8000 GitHub - kikong/vue-ts-admin: 一个使用ant-design-vue + vue + typescript + jsx的中后台脚手架
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

一个使用ant-design-vue + vue + typescript + jsx的中后台脚手架

Notifications You must be signed in to change notification settings

kikong/vue-ts-admin

 
 

Repository files navigation

vue-ts-admin

一个基于 vue+vuex+ant-design-vue+typescript的中后台脚手架

环境依赖

  • node -- 运行/编译
  • yarn -- 依赖管理
  • webpack -- 打包
  • eslint -- 代码规约
  • vue-cli -- 构建

依赖

"@types/lodash": "^4.14.116",
"@types/mockjs": "^1.0.1",
"@types/qs": "^6.5.1",
"ant-design-vue": "^1.1.1",
"axios": "^0.18.0",
"babel-plugin-import": "^1.8.0",
"extract-text-webpack-plugin": "^3.0.2",
"jsonp": "^0.2.1",
"lodash": "^4.17.10",
"mockjs": "^1.0.1-beta3",
"moment": "^2.22.2",
"path-to-regexp": "^2.2.1",
"q": "^1.5.1",
"qs": "^6.5.2",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
yarn install

完成进度:

trajectory dashboard baseInfo lineChart

Compiles and hot-reloads for development

yarn run serve  

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

About

一个使用ant-design-vue + vue + typescript + jsx的中后台脚手架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.0%
  • CSS 7.0%
  • Vue 3.8%
  • JavaScript 2.9%
  • HTML 0.3%
0