Min's blog

I choose to see the beauties in the world.

导航

vue-cli3相关

Posted on 2019-09-02 14:24  Min77  阅读(74)  评论(0编辑  收藏  举报

1.安装 npm install -g @vue/cli

2.vue create xxxx

3.runtime-only/ runtime-compiler 一般项目选择runtime only

 

 

// @ is an alias to /src
import HelloWorld from '@/components/HelloWorld.vue'