javascript - Regarding vue-cli, it needs to be built every time before it can be put online.
我想大声告诉你
我想大声告诉你 2017-05-16 13:37:48
0
2
831

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.

我想大声告诉你
我想大声告诉你

reply all(2)
某草草

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template