PavelZX / vue3-realworld

Explore the charm of Vue composition API! Vite?

Home Page:https://vue3-realworld-example-app-mutoe.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealWorld Example App

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

Codecov branch Codecov 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 script-setup 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!

About

Explore the charm of Vue composition API! Vite?

https://vue3-realworld-example-app-mutoe.vercel.app

License:MIT License


Languages

Language:TypeScript 60.8%Language:Vue 29.4%Language:JavaScript 9.3%Language:HTML 0.5%Language:Shell 0.0%