1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

fix: remove unused npm command

This commit is contained in:
sota1235
2017-01-14 13:52:10 +09:00
parent fd1717046b
commit 1665e18edb

View File

@@ -29,11 +29,6 @@ $ npm run hot
``` ```
> Actually the app can be start with `npm start`. However, the app will use the compiled script. > 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. By this, webpack will watch the code changes and apply it automatically.
> ### Notice > ### Notice