https://github.com/ducksoupdev/vue-sfc-ts-simple
Vue Typescript and SFC based on webpack-simple
https://github.com/ducksoupdev/vue-sfc-ts-simple
typescript vuejs
Last synced: 2 months ago
JSON representation
Vue Typescript and SFC based on webpack-simple
- Host: GitHub
- URL: https://github.com/ducksoupdev/vue-sfc-ts-simple
- Owner: ducksoupdev
- Created: 2017-11-15T07:53:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T07:50:51.000Z (over 8 years ago)
- Last Synced: 2025-03-27T22:34:07.424Z (about 1 year ago)
- Topics: typescript, vuejs
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-sfc-ts-simple
This template is a modified `webpack-simple` generated template to add Typescript SFC (Single File Component) support.
You can also make similar changes to the other Vue templates.
Compare the differences:
https://github.com/ducksoupdev/vue-sfc-ts-simple/compare/v0.1.0...v0.4.0
The creation of an official Typescript template is a hot topic for vue-cli - https://github.com/vuejs/vue-cli/issues/263
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).