|
|
il y a 2 mois | |
|---|---|---|
| build | il y a 3 ans | |
| public | il y a 5 mois | |
| src | il y a 2 mois | |
| theme | il y a 3 ans | |
| typings | il y a 5 mois | |
| .DS_Store | il y a 5 mois | |
| .editorconfig | il y a 3 ans | |
| .env.development | il y a 3 ans | |
| .eslintrc.js | il y a 3 ans | |
| .gitignore | il y a 5 mois | |
| .prettierrc.js | il y a 3 ans | |
| README.md | il y a 3 ans | |
| babel.config.js | il y a 3 ans | |
| debug.log | il y a 3 ans | |
| element-variables.scss | il y a 3 ans | |
| jest.config.js | il y a 3 ans | |
| memoryConfig.js | il y a 3 ans | |
| package-lock.json | il y a 2 mois | |
| package.json | il y a 2 mois | |
| postcss.config.js | il y a 3 ans | |
| tsconfig.json | il y a 5 mois | |
| vue.config copy.js | il y a 5 mois | |
| vue.config.js | il y a 5 mois |
基于沱源VUE框架,使用官方维护的vue-property-decorator装饰器,以类的形式声明VUE实例
拷贝模板:src/views/copy-template.vue
完整注释模板:src/example
git clone -b dev "仓库地址"
| 应用名 | 版本号 | 查看版本 |
|---|---|---|
| Node.js | v10.19.0 | > node -v |
| npm | v6.13.4 | > npm -v |
| Typescript | v4.1.5 | > tsc -v |
npm install
npm install --registry=https://registry.npm.taobao.org
npm run dev
npm install core-js@2
cnpm install node-sass@latest
npm run preview
npm run preview -- --report
npm run lint
npm run lint -- --fix
npm run build:stage
npm run build:prod
var cpt = require('./cpt' + 'able'); 改成: var cpt = cptable;