Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zigomir/typed-vue
Vue, Typescript and Webpack.
https://github.com/zigomir/typed-vue
typescript vue webpack
Last synced: 3 months ago
JSON representation
Vue, Typescript and Webpack.
- Host: GitHub
- URL: https://github.com/zigomir/typed-vue
- Owner: zigomir
- Archived: true
- Created: 2017-05-10T20:49:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T20:00:26.000Z (almost 7 years ago)
- Last Synced: 2024-06-23T09:42:26.100Z (5 months ago)
- Topics: typescript, vue, webpack
- Language: JavaScript
- Size: 72.3 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typed Vue
> Vue, Typescript and Webpack
## Features
- type checking inside `.vue` files with `lang="ts"` attribute (holy grail!)
- hot reload with `webpack`
- no babel## Conventions / opinions
- no source maps in development for smaller loads
- no vendor splitting and adding hashes to file names at this point, can be easily added## Usage with vue-cli
```sh
vue init zigomir/typed-vue new-project
```## Thanks
All ripped off from [Microsoft/TypeScript-Vue-Starter](https://github.com/Microsoft/TypeScript-Vue-Starter)