vue-ts-seed
notice
如果你想看ts实时编译出来的.js 文件, 可以按 cmd+shift+b , 启动tasks. 生成出来的 js 文件不会进入源文件中
- 支持less and scss, 主流的css
- webpack2 配置 config + env, 为了可以debug webpack
- 引入semantic
- 去掉babel的依赖
- vscode build task
- 输出组件的ts定义 d.ts文件
- 增加测试相关的框架和文件 test.env, .spec.js, 测试框架
- 写个demo, 用一下 postcss 什么的
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.