Commit 6cfb082e by 白狗汪汪汪
parents 83ed035d 20433afe
# vue-typescript-starter ## 项目简介
> 这个项目起始于在vue加入强类型的念头,目的是提供一个手脚架快速上手和开始, 主要是基于vue + typescript 使用 .vue 单文件开发脚手架,支持jsx > 这个项目只是一个模板, 完善好用于新疆项目开发
## 此repo是基于[Vue + TypeScript 新项目起手式](https://juejin.im/post/59f29d28518825549f7260b6)逐步实现的
如果你按照文章没有配出来的话,可以参考这个项目的代码,进行比较
## 特性 ## 特性
- webpack4 - webpack4
- vue - vue
- vue-router - vue-router
...@@ -17,31 +14,3 @@ ...@@ -17,31 +14,3 @@
- tslint - tslint
- 单vue文件开发 - 单vue文件开发
## 开始
``` bash
# clone this repo
git clone https://github.com/ws456999/vue-typescript-starter
# Install project dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
## change log
*2018-06-30*
- upgrade dependencies
- remove eslint
- add script lint
*2018-04-12*
- upgrade webpack4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment