1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

added npm run vendor to build.md

This commit is contained in:
Mike Resoli
2016-10-19 14:41:01 +01:00
parent dd5c9bf3f6
commit 26c859f14c

View File

@@ -29,6 +29,11 @@ $ npm run hot
```
> Actually the app can be start with `npm start`. However, the app will use the compiled script.
If the app gets stuck on load, you may need to run the following.
```
$ npm run vendor
```
By this, webpack will watch the code changes and apply it automatically.
> ### Notice