Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jovey-zheng/vue-typescript-start-kit
A boilerplate of SPA (Mobile first), built with Vue.js, Vue-Router, Vuex, Typescript...
https://github.com/jovey-zheng/vue-typescript-start-kit
babel typescirpt vue vue-router vuejs2 vuex webpack3
Last synced: about 1 month ago
JSON representation
A boilerplate of SPA (Mobile first), built with Vue.js, Vue-Router, Vuex, Typescript...
- Host: GitHub
- URL: https://github.com/jovey-zheng/vue-typescript-start-kit
- Owner: jovey-zheng
- License: mit
- Created: 2018-01-24T01:21:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T02:40:16.000Z (over 6 years ago)
- Last Synced: 2023-02-28T23:06:54.598Z (almost 2 years ago)
- Topics: babel, typescirpt, vue, vue-router, vuejs2, vuex, webpack3
- Language: JavaScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Getting start
1. Clone this repo:
```
$ git clone https://github.com/jovey-zheng/vue-typescript-start-kit.git
```2. Install dependenices:
```
$ npm i
```3. Start the project:
```
$ npm start // default prot is 8080
```4. Then do whatever you want : ).
## Contributing
Pull requests are welcome!
## LICENSE
License under [MIT](https://github.com/jovey-zheng/vue-typescript-start-kit/blob/master/LICENSE.md).