zxh e82135cbf7 1 | 1 년 전 | |
---|---|---|
build | 2 년 전 | |
public | 2 년 전 | |
src | 1 년 전 | |
theme | 2 년 전 | |
typings | 2 년 전 | |
.DS_Store | 2 년 전 | |
.editorconfig | 2 년 전 | |
.env.development | 2 년 전 | |
.eslintrc.js | 2 년 전 | |
.gitignore | 2 년 전 | |
.prettierrc.js | 2 년 전 | |
README.md | 2 년 전 | |
babel.config.js | 2 년 전 | |
debug.log | 2 년 전 | |
element-variables.scss | 2 년 전 | |
jest.config.js | 2 년 전 | |
memoryConfig.js | 2 년 전 | |
package-lock.json | 1 년 전 | |
package.json | 2 년 전 | |
postcss.config.js | 2 년 전 | |
tsconfig.json | 2 년 전 | |
vue.config.js | 2 년 전 |
基于沱源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;