1、安装@vuecli
yarn global add @vue/cli
vue --version
创建项目
vue create demo
根据喜好配置,以下为我的设置
Manually select features
Babel,CSS Pre-processors,Linter/Formatter,Unit Testing
Lint and fix on commit
Jest
没有提及的为默认选项
2、使用codesandbox创建好的项目文件
进入 官网 接着创建一个vue项目,将项目导出来
3、运行
创建好vue项目文件后就可以开始本地预览了
yarn serve