Skip to content

Commit a91125a

Browse files
authored
Update README.md
1 parent 31246fd commit a91125a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
[![HitCount](http://hits.dwyl.io/akoidan/vue-webpack-typescript.svg)](http://hits.dwyl.io/akoidan/vue-webpack-typescript) [![Build Status](https://api.travis-ci.org/akoidan/vue-webpack-typescript.svg?branch=master)](https://travis-ci.org/akoidan/vue-webpack-typescript) [![codecov](https://codecov.io/gh/akoidan/vue-webpack-typescript/branch/master/graph/badge.svg)](https://codecov.io/gh/akoidan/vue-webpack-typescript) [![Github actions](https://github.com/akoidan/vue-webpack-typescript/workflows/CI/badge.svg)](https://github.com/akoidan/vue-webpack-typescript/actions)
22

3+
4+
# Vue3
5+
6+
Please use [vue3-vite-vue-class-component](https://github.com/akoidan/vue3-vite-vue-class-component) for vue3 vite setup.
7+
38
# Vue-webpack-typescript project starter
49

510
This project is generated via [vue-webpack-minimal](https://github.com/akoidan/vue-webpack-typescript) and features:
611
- Base example of CRUD pages with written api classes, tests and predefined [vue.pychat.org](https://vue.pychat.org)
712
- Typescript loading with babel with typechecking in a parallel thread. Everything (vuex, cypress, vue-data) is type safe!
813
- Vue with vuetify, vuex, router, sass, vuex-module-decorators, vue-property-decorator support typescript
914
- Cypress with code-coverage support, unit test support, screenshot assert and typescript support.
10-
- Lint: a compilation of very strict lint rules for everything: vue, styles (sass), typescript that don't conflict with each other.
11-
12-
## Vue3 status
13-
14-
Atm 09/2020, vue3 is released as stable version 3.0.0, but the ecosystem around is still in progress. Other libraries like [vuetify](https://vuetifyjs.com/en/introduction/roadmap/#v30-titan) / [vue-class-component](https://github.com/vuejs/vue-class-component/issues/406) and vue-property-decorator are still integrating incoming changes from vue3, especially composition API. I would not use vue in q3 2020 for production purposes for new projects. As it's still bare and the libraries you do require would be a pain in the ass. All updates for vue3 you can check in branch [vue3](https://github.com/akoidan/vue-webpack-typescript/tree/vue3)
15+
- Lint: a compilation of very strict lint rules for everything: vue, styles (sass), typescript that don't conflict with each other.
1516

1617
## Get started
1718

0 commit comments

Comments
 (0)