Proto-o2o-platform
This codebase was create to demonstrate a fully fledged fullstack 020 application built with Vue3 including CRUD operations, authentication, routing, pagination, and more.
What works?
- Vue
- Composition API
- Suspense (Experimental)
- Vue router
- Script setup sugar
- Script ref sugar
- Unit test (Vue Testing Library)
- Vue tsc
- Others
- TypeScript
- ESLint
- Vite
- E2E test (Cypress)
Recommended local Setup
- node: version 13 or higer (14.17.3 LTS recommended)
Recommended IDE Setup
VSCode + Volar + EditorConfig.
<script setup>
is a feature that is currently in RFC stage. To get proper IDE support for the syntax, use Volar instead of Vetur (and disable Vetur).