README
slush-cooking-vue-pages
A multi-pages vue project template for cooking.
Quick Start
npm i cooking -g
mkdir test-vue && cd test-vue
cooking init vue-pages
Make sure to serve build/index.html
with path of /
in order to make router based on History APIs work.