Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qqxs/vue2.6-tsx-starter


https://github.com/qqxs/vue2.6-tsx-starter

class jsx tsx vue-property-decorator vue2

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vue2.6-tsx-starter

## example

[demo](./public/demo.png)

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Run your unit tests

```
yarn test:unit
```

### Lints and fixes files

```
yarn lint
```

### https://github.com/kaorun343/vue-property-decorator

[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator)

```tsx
import { Vue, Component } from "vue-property-decorator";

@Component({
components: {},
})
export default class About extends Vue {
render() {
return (


This is an about page



);
}
}
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).