UNPKG

225 BMarkdownView Raw
1#Some useful command
2
3component development command
4npm run docs --server:componentPath=./src/components
5
6development mode useful command
7npm run start
8npm run start --server:prod=true
9
10
11production mode command
12npm run build