0.1.3 • Published 5 years ago
uc-cli v0.1.3
UC-CLI
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 or create-react-app
Usage:
npm install -g uc-cli
uc create my-project
Build Success
npm run serve
npm run build