docs: update README.md

This commit is contained in:
mutoe 2020-11-07 13:38:20 +08:00 committed by plumrx
parent 2c852b0601
commit f910b12197
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ yarn build
- [x] [ESLint](https://eslint.vuejs.org/)
- [x] [Vue router](https://next.router.vuejs.org/)
- [ ] [Vuex](https://vuex.vuejs.org/) (await Vuex v5, [#15](https://github.com/mutoe/vue3-realworld-example-app/issues/15))
- [ ] Unit test ([Vue Test Utils](https://github.com/vuejs/vue-test-utils-next))
- [x] 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)) (Temporarily unavailable)
- [ ] E2E test ([Cypress](https://docs.cypress.io))
- [x] 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) (Unstable)
# Contributors