https://github.com/gluons/template-vue-typescript
A SAO template for Vue and TypeScript.
https://github.com/gluons/template-vue-typescript
boilerplate generator sao saojs scaffolding template typescript vue vuejs
Last synced: 3 months ago
JSON representation
A SAO template for Vue and TypeScript.
- Host: GitHub
- URL: https://github.com/gluons/template-vue-typescript
- Owner: gluons
- License: mit
- Created: 2017-10-22T17:36:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T12:33:59.000Z (about 6 years ago)
- Last Synced: 2025-01-15T06:49:23.473Z (over 1 year ago)
- Topics: boilerplate, generator, sao, saojs, scaffolding, template, typescript, vue, vuejs
- Language: Vue
- Size: 769 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-vue-typescript
[](./LICENSE)
[](https://www.npmjs.com/package/template-vue-typescript)
[](https://www.npmjs.com/package/template-vue-typescript)
[](https://sao.js.org/)
A [SAO](https://sao.js.org/) template for [Vue](https://vuejs.org/) and [TypeScript](https://www.typescriptlang.org/).
## Usage
Install [SAO](https://github.com/egoist/sao) first.
```bash
yarn global add sao
# or
npm i -g sao
```
### From npm
```bash
sao vue-typescript my-project
```
### From git
```bash
sao gluons/template-vue-typescript my-project
```
## License
MIT © [Saran Tanpituckpong](https://github.com/gluons)