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

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

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