Here is the code needed to create a blank simple scaffold by running CMD,
Additional configurations are required if enrichment is required.
npm install -g cnpm –registry=https://registry.npm.taobao.org
cnpm i -g @vue/cli
vue -V
vue create demo1
npm run serve
Here are some configuration dependencies for scaffolding:
1: CNPM install vuex
2: cnpm install axios
3: cnpm install vue-router
4:cnpm install sass-loader node-sass
5:cnpm install swiper vue-awesome-swiper –save
6: NPM Run serve(see Packjson inside serve)