giadieu
v1.3.1
Published
cli of install react-n-page
Downloads
4
Maintainers
Readme
dieu-kao-cli
a cli used to install react-n-page project
install
$ npm install dieu-kao-cli -g
create
$ kao init myproject
dev&build
$ cd myproject
$ npm install
$ npm run dev //development
$ npm run build // production
start
$ npm start