Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)