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