docs: update README

This commit is contained in:
mutoe 2020-09-29 00:15:50 +08:00
parent 3f680b548c
commit e09aa7f5d3
1 changed files with 13 additions and 0 deletions

View File

@ -19,3 +19,16 @@ yarn install
yarn dev
yarn build
```
# What works?
- [x] [Vite](https://github.com/vitejs/vite)
- [x] [Composition API](https://composition-api.vuejs.org/)
- [x] [TypeScript](https://www.typescriptlang.org/)
- [x] [ESLint](https://eslint.vuejs.org/)
- [ ] [Vue router](https://next.router.vuejs.org/)
- [ ] [Vuex](https://vuex.vuejs.org/)
- [ ] Unit test ([Vue Test Utils](https://github.com/vuejs/vue-test-utils-next))
- [ ] Unit test ([Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro))
- [ ] E2E test ([Cypress](https://docs.cypress.io))
- [ ] [SFC Script Setup](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md)