User custom cli tool based on Webpack4
A tool for building Vue / React projects. Can quickly build projects. Currently, only Vue project construction is supported.
There are two modes of manual build and default build.
In manual build mode, you can choose different configurations. For example: whether to add vue-router, vuex, etc
After the project is built successfully, you can change the webpack configuration in the build folder
The function is similar to vue-cli
- You can view the webpack configuration template in the 'template' branch of Github
npm install -g uc-cli
uc create my-project
npm run serve
npm run build