Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 508 Bytes

@tangseng/vue-cli-plugin-ts

@vue/cli 3的插件,实现了一键安装项目脚手架,其中包含功能:

集成@tangseng/vue-x的功能

默认包含vue-router、vuex、axios库,可选vue-meta、portal-vue、v-charts等库

大范围使用webpack的require.context的能力动态引入依赖文件

推荐mixin,并且预置一个fetch作为样板

vue add @tangseng/ts

库本身提供了Vue工程常见的约定的目录结构和规范,欢迎Fork