docs: update README
This commit is contained in:
parent
e73cb0ae3c
commit
d7b5d0643e
16
README.md
16
README.md
|
|
@ -1,8 +1,8 @@
|
||||||
# 
|
# 
|
||||||
|
|
||||||
[](https://app.codecov.io/gh/mutoe/vue3-realworld-example-app/branch/master)
|
[](https://app.codecov.io/gh/mutoe/vue3-realworld-example-app/branch/master)
|
||||||
[](https://github.com/mutoe/vue3-realworld-example-app/actions?query=branch%3Amaster)
|
[](https://github.com/mutoe/vue3-realworld-example-app/actions?query=branch%3Amaster)
|
||||||
[](https://github.com/mutoe/vue3-realworld-example-app/actions?query=branch%3Aref-sugar)
|
[](https://github.com/anthony/eslint-config)
|
||||||
|
|
||||||
> ### [Vue3](https://v3.vuejs.org/) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
|
> ### [Vue3](https://v3.vuejs.org/) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
|
||||||
|
|
||||||
|
|
@ -24,11 +24,17 @@ For more information on how to this works with other frontends/backends, head ov
|
||||||
- [x] [Vue router](https://next.router.vuejs.org/)
|
- [x] [Vue router](https://next.router.vuejs.org/)
|
||||||
- [x] [Pinia](https://pinia.vuejs.org/) for state management
|
- [x] [Pinia](https://pinia.vuejs.org/) for state management
|
||||||
- [x] [TypeScript](https://www.typescriptlang.org/) and [Vue tsc](https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc) for static analysis
|
- [x] [TypeScript](https://www.typescriptlang.org/) and [Vue tsc](https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc) for static analysis
|
||||||
- [x] [ESLint](https://eslint.vuejs.org/) for syntax checking and code styling
|
- [x] [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api) for auto generate interface from swagger
|
||||||
- [x] Component test ([Cypress component testing](https://docs.cypress.io/guides/component-testing))
|
- [x] [ESLint](https://eslint.vuejs.org/) and [@mutoe/eslint-config](https://github.com/mutoe/eslint-config) for linting and styling (based on [@anthony/eslint-config](https://github.com/anthony/eslint-config))
|
||||||
- [x] E2E test ([Cypress](https://docs.cypress.io))
|
- [x] [Vitest](https://vitest.dev/) for unit testing
|
||||||
|
- [x] [Testing Library](https://testing-library.com/docs/vue-testing-library/intro/) for component testing
|
||||||
|
- [x] [Cypress](https://docs.cypress.io) for E2E testing
|
||||||
- [x] [GitHub Actions](https://docs.github.com/en/actions) CI/CD
|
- [x] [GitHub Actions](https://docs.github.com/en/actions) CI/CD
|
||||||
|
|
||||||
|
> Basically, some of they are necessary features for the development of medium to large projects, and you can also use this repository as a starter.
|
||||||
|
>
|
||||||
|
> Enjoy it! 😄
|
||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
|
|
||||||
```shell script
|
```shell script
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue