README
Usage
install yoman:
npm i -g yo
install generator-vue-bucket:
npm i -g generator-vue-bucket
enter into your work space and generate the demo, e.g.
#if I want to creat a vue app named: helloVue
mkdir helloVue
cd helloVue
yo vue-bucket
#done
run the demo:
npm start
the demo is running at http://127.0.0.1:3000