README
Getting Started
- Install:
npm install --global yo gulp-cli npm install -g generator-hello-panda
(保证全局的yo是通过npm install的) - Run
yo hello-panda
to scaffold your app - Run
gulp serve
to preview and watch for changes - Run
gulp build
to build your webapp for production