Skip to content
/ vue3-boilerplate Public template

vue3 + es6 + webpack5 + vuex4 + vue-router4

Notifications You must be signed in to change notification settings

fuyanlove/vue3-boilerplate

Repository files navigation

Vue3 Boilerplate

初始化

  • package.json修改 name 字段为项目标识名

静态资源

  • .env指定静态资源模式,setting.json指定静态资源路径
  • .github/workflows指定 oss 路径
  • 配置 secrets:ACCESS_TOKEN,仓库写+包读取权限
  • 配置 secrets:ACCESSKEY_IDACCESS_KEY_SECRET,oss 读写权限

私有包

  • .github/workflows指定包私有域@org
  • .npmrc修改@org为对应的组织名

其它

  • public/index.html 添加统计代码

开发

  • npm install 安装依赖
  • npm run serve 启动本地服务
  • npm run build 构建