Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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...

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).