一个简易的模板 ⚡️
依赖 | 版本 |
---|---|
typescript | 4.1.3 |
axios | 0.21.1 |
lodash | 4.14.168 (js) |
crypto | 4.0.1 (js) |
store2 | 2.12.0 |
... | ... |
# You need to install cnpm first!
cnpm install
# build for development environment
npm run dev
# build for test environment
npm run build-test
# build for production environment
npm run build