Skip to content

Commit 8d5c6e5

Browse files
authored
Update README.md
1 parent 6ee936b commit 8d5c6e5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# vue-ts-scaffold
2+
3+
>
4+
5+
## 此脚手架工程以 https://github.com/ws456999/vue-typescript-starter 为基础库改进实现的
6+
7+
## 特性
8+
9+
* 三个版本根据分支切换,每个版本有对应的demo(当前ts)
10+
* 基于 webpack 4\*及 vue-cli 最新版本(2.9.3 生成的脚手架,进行相关性改进及性能优化。
11+
* 自动检测开发环境的端口,被占用自动换使用原有端口 + 1,并提示
12+
13+
## 开始
14+
15+
```bash
16+
# clone this repo
17+
git clone https://github.com/xiaofan9/vue-ts-scaffold
18+
19+
# Install project dependencies
20+
npm install
21+
22+
# serve with hot reload at localhost:8080
23+
npm run dev
24+
25+
# build for production with minification
26+
npm run build
27+
```

0 commit comments

Comments
 (0)