All Projects → mutoe → vue3-realworld-example-app

mutoe / vue3-realworld-example-app

Licence: MIT License
Explore the charm of Vue composition API! Vite?

Programming Languages

typescript
32286 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue3-realworld-example-app

vue3-demo
💡 vue3新特性示例: 响应式API、组合式API、TodoMVC
Stars: ✭ 114 (-68.68%)
Mutual labels:  vue3, vite, composition-api
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+563.74%)
Mutual labels:  vue3, vite, composition-api
vite-primevue-starter
VUE 3 Starter project for using primevue 3 with Vite 2 - Pages, Layouts, Validation
Stars: ✭ 37 (-89.84%)
Mutual labels:  cypress, vue3, vite
tov-template
vite + vue3 + ts 开箱即用现代开发模板
Stars: ✭ 251 (-31.04%)
Mutual labels:  vue3, vite
vue-vben-admin
A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
Stars: ✭ 12,169 (+3243.13%)
Mutual labels:  vue3, vite
nuxt3-app
Nuxt3 (Nuxt 3) best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite
Stars: ✭ 252 (-30.77%)
Mutual labels:  vue3, vite
vite-svg
Use SVG files as Vue components with Vite
Stars: ✭ 98 (-73.08%)
Mutual labels:  vue3, vite
vite-vue3-lowcode
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
Stars: ✭ 1,309 (+259.62%)
Mutual labels:  vue3, vite
vite-vue-admin
🎉🎉使用Vite + Vue3 + TypeScript + Element-plus + Mock开发的后台管理系统🎉🎉
Stars: ✭ 97 (-73.35%)
Mutual labels:  vue3, vite
v-bucket
📦 Fast, Simple, and Lightweight State Manager for Vue 3.0 built with composition API, inspired by Vuex.
Stars: ✭ 42 (-88.46%)
Mutual labels:  vue3, composition-api
vite-example
Todo app with vite/vue3/vue-router4
Stars: ✭ 22 (-93.96%)
Mutual labels:  vue3, vite
vue3-form-validation
Vue Composition Function for Form Validation
Stars: ✭ 18 (-95.05%)
Mutual labels:  vue3, composition-api
vitesome
A simple opinionated Vue3 Starter Template with Vite.js
Stars: ✭ 124 (-65.93%)
Mutual labels:  vue3, vite
vue-snippets
Visual Studio Code Syntax Highlighting For Vue3 And Vue2
Stars: ✭ 25 (-93.13%)
Mutual labels:  vue3, composition-api
codeiiest-web
https://codeiiest.org | Website for Code IIEST
Stars: ✭ 23 (-93.68%)
Mutual labels:  vue3, vite
admin-antd-vue
Vue3.x + Ant Design Admin template (vite/webpack)
Stars: ✭ 111 (-69.51%)
Mutual labels:  vue3, vite
vue2-timeago
🙌 A vue component used to format date with time ago statement. 💬
Stars: ✭ 76 (-79.12%)
Mutual labels:  vue3, vite
v-pip
🖼 Tiny vue wrapper for supporting native picture-in-picture mode.
Stars: ✭ 30 (-91.76%)
Mutual labels:  vue3, composition-api
nuxt-realworld
🛠 Built a Example App of RealWorld with Nuxt & Composition API ⚗️
Stars: ✭ 127 (-65.11%)
Mutual labels:  realworld, composition-api
electron-vue-vite-boilerplate
Electron Vue Vite Boilerplate for you next project
Stars: ✭ 26 (-92.86%)
Mutual labels:  vue3, vite

RealWorld Example App

Codecov branch GitHub Workflow Status (branch) GitHub Workflow Status (branch)

Vue3 codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Vue3 including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Vue3 community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

What works?

What works in ref-sugar branch (based on the master branch)

Why we have the second branch?

Getting started

yarn install

# Development
yarn dev

# Build dist
yarn build

# Run unit tests
yarn test:unit

# Run E2E tests
yarn cypress open # with GUI
yarn test:e2e # headless

Contributors

Made with contributors-img.

Vue related implementations of the Realworld app

Sponsor

Thanks JetBrains for providing IDE support!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].