vue-cli创建uni-app项目 (一)

官网地址

  uni-app: https://uniapp.dcloud.io/quickstart?id=_2-%e9%80%9a%e8%bf%87vue-cli%e5%91%bd%e4%bb%a4%e8%a1%8c

  uni-ui: https://ext.dcloud.net.cn/plugin?id=55

  关于uniapp的ui库、ui框架、ui组件:https://blog.csdn.net/u010227042/article/details/103047908

  vue-cli: https://cli.vuejs.org/zh/config/#%E5%85%A8%E5%B1%80-cli-%E9%85%8D%E7%BD%AE

  eslint规则插件: https://github.com/standard/eslint-config-standard

  vs code 安装eslint插件:https://blog.csdn.net/wp_boom/article/details/99460766

  webstorm 安装eslint插件:https://www.jianshu.com/p/f0167608c72f

  vue-cli3环境变量和分环境打包: https://blog.csdn.net/weixin_34085658/article/details/88589594?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2&utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2      (@vue/cli 4.2.3我用的版本也可适用)

  mac下输出项目目录结构:https://www.jianshu.com/p/4198c8a2ea8b

  使IDE支持rpx插件:https://github.com/zxj5470/wxapp-intellij

    未完待续(详细操作)

-------------------------------

以下开始详情操作,记录以下项目配置从0->1

原文地址:https://www.cnblogs.com/wei-dong/p/12737713.html