当前 vue 版本为 vue3, cli 版本为 vue-cli4, 语法扩展 vue-class-component.
ant-design-vue 在 admin 中使用, 版本 为 2.x.
bulma 在 nkpc 中使用, 版本 0.9.1.
其他见 package.json.
admin 中主要为 ts, nkpc 中主要为 js, 保持原状.
与后端的接口交互封装在 src/typescript/api.ts
中, 相关类型见 src/types/interface.d.ts
.
npm install
npm run serve
npm run build NODE_ENV=production
npm run test:unit
npm run test:e2e
npm run lint
npm run chrome
入口 url 形如 https://localhost:8080/admin.html#/ https://localhost:8080/nkpc.html#/
关于 vue-router 的 base url 用法及作用形式请请查阅 https://next.router.vuejs.org/api/#createwebhashhistory
关于 vue.config.js 的 publicPath 请查阅 https://cli.vuejs.org/zh/config/#publicpath