Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ws456999/vue-typescript-starter
vue-typescript-starter 脚手架
https://github.com/ws456999/vue-typescript-starter
Last synced: 1 day ago
JSON representation
vue-typescript-starter 脚手架
- Host: GitHub
- URL: https://github.com/ws456999/vue-typescript-starter
- Owner: ws456999
- Created: 2017-10-30T05:04:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T13:40:56.000Z (over 6 years ago)
- Last Synced: 2024-12-18T14:12:20.148Z (9 days ago)
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 326
- Watchers: 12
- Forks: 95
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-typescript-starter
> 这个项目起始于在vue加入强类型的念头,目的是提供一个手脚架快速上手和开始, 主要是基于vue + typescript 使用 .vue 单文件开发脚手架,支持jsx
## 此repo是基于[Vue + TypeScript 新项目起手式](https://juejin.im/post/59f29d28518825549f7260b6)逐步实现的
如果你按照文章没有配出来的话,可以参考这个项目的代码,进行比较
## 特性
- webpack4
- vue
- vue-router
- vuex
- typescript
- jsx
- tslint
- 单vue文件开发
- vue-cli
- ~~eslint~~## 开始
``` bash
# To create a new vue + typescript project, run:
vue init ws456999/vue-typescript-starter#template `your project name`# then
cd `your project name`# 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-07-12*
- support vue-cli> vue init ws456999/vue-typescript-starter#template `your project name`
*2018-06-30*
- upgrade dependencies
- remove eslint
- add script lint*2018-04-12*
- upgrade webpack4