ts-vue2-template

Typescript + Vue2.x Template

Stars
0

Ts + Vue2.x + vue-router + vuex + axios

cssReset: normalize.css

UI: vant

插件:

qrcode: 二维码生成

html2cavas: canvas工具

immutable: 不可变数据处理

antv/f2: 阿里图表组件

dayjs: 替代momentjs的时间处理库

clipboard2: 复制文本到剪贴板

VsCode设置

"vetur.format.defaultFormatter.html": "js-beautify-html",
"[vue]": {},
"prettier.eslintIntegration": true,
"prettier.semi": true,
"prettier.singleQuote": true,
"[typescript]": {}

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.