Skip to content

YiDaoJ/real-world-vue

Repository files navigation

real-world-vue

Learn vue 3 along with Vue Mastery.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Mock Server

Repo: mock-server, branch: for-real-world-vue Server mocked with stubr

Install and run

npm install
npm run dev

ToDo

  • accessbility for fields

  • default value for radio group

  • error message for fields

  • validate input value

    • TO FIX: when all input fields are empty, data shouldnt be sent to mock server via clicking submit
  • move generating id to mock server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published