An open API service indexing awesome lists of open source software.

https://github.com/cklwblove/vue-cli3-typescript-template

基于 vue-cli3 和 typescript 搭建的前端模板
https://github.com/cklwblove/vue-cli3-typescript-template

typescript typescript-boilerplate vue-cli3 vue2

Last synced: 5 months ago
JSON representation

基于 vue-cli3 和 typescript 搭建的前端模板

Awesome Lists containing this project

README

          

# vue-cli3-typescript-template

基于 vue-cli3 和 typescript 搭建的前端模板,fork 或 clone 本仓库,即可搭建完成一个新项目的基础模板

**相关文档可以移步,[vue-cli3-template](https://github.com/cklwblove/vue-cli3-template/blob/dev/README.md)**

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Lints and fixes files
```
yarn run lint
```

## License

[MIT](https://github.com/cklwblove/vue-cli3-typescript-template/blob/master/LICENSE)