From e09aa7f5d3e106fbc730671bd678a0fbe90488dc Mon Sep 17 00:00:00 2001 From: mutoe Date: Tue, 29 Sep 2020 00:15:50 +0800 Subject: [PATCH] docs: update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1edeae6..fff55dd 100644 --- a/README.md +++ b/README.md @@ -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)