Vue
Contents
[NOTE] Updated January 27, 2019. This article may have outdated content or subject matter.
Vue
https://github.com/vuejs/vue-cli
安装 vue-cli:
$ npm install -g @vue/cli
新建项目:
$ vue create <my-app>
测试:
打包:
Author Canux
LastMod 2019-01-27