这篇文章上次修改于 903 天前,可能其部分内容已经发生变化,如有疑问可询问作者。
1. vue 学习
选择 vue 的原因:易学。
教程:https://learning.dcloud.io/#/?vid=1
2. 环境安装
yum install npm
npm config set registry [https://registry.npm.taobao.org](https://registry.npm.taobao.org)
npm install -g yarn
yarn global add vue-cli
3. 搭建项目
vue init webpack my-project
cd my-project
yarn install
yarn run dev
4. 失败解决
https://my.oschina.net/u/4399604/blog/4437147
https://mwcxs.top/topic/item/161.html
参考
https://www.jianshu.com/p/4784c161ea8d
没有评论