1.0.4 • Published 6 years ago
cmds-generator v1.0.4
cmds-generator
A simple framework for CMD Studio to build frontend.
Usage
You should install Node.js and npm locally.
1.Global installation
npm install cmds-generator -g
You also need to install webpack and webpack-dev-server globally because of this scaffold using webpack and webpack-dev-server to build and develop project.
npm install webpack@4.29 webpack-dev-server webpack-cli -g
2.Initialize structure
cmds-generator init [projectName]
3.Initialize project
npm install --registry=https://registry.npm.taobao.org