javascript - Regarding vue-cli, it needs to be built every time before it can be put online.
我想大声告诉你
2017-05-16 13:37:48
Every time I modify the project file and put it online, it is very troublesome to build to generate the dist file. Is there any way to watch my file modifications and automatically generate the dist file instead of putting it in the memory.
Add gulp. It just takes time to build once
It must be packaged and compressed when it is put online. Now it is modular. The packaging tool will help you package it to generate files that can be recognized. It is possible to watch in the development environment, but it is different online. If you want to watch, you can use fis3