Skip to content

Small Vue.js 3 CRUD application. BE: Json-server. Semantic and accessible.

Notifications You must be signed in to change notification settings

karinlj/my-vue3-project-planner

Repository files navigation

Vue3 project-planner

Description

Vue.js 3 CRUD application with json-server and also a slide in navbar. Semantic and accessible.

Screenshot

Prerequisites

NodeJS

Installation

To clone

git clone https://github.com/karinlj/my-vue3-project-planner.git

To install

cd project-planner

npm install

To run

npm run serve

Install json-server

npm install -g json-server

To run db with json-server (can be run in different terminal)

json-server --watch data/db.json --port 9000

Built With

  • Vue.js
  • Scss
  • json-server

Author

Acknowledgements

Thank's to The Net Ninja.
https://www.youtube.com/c/TheNetNinja

License

This project is licensed under the MIT License - see the LICENSE.md file for details


About

Small Vue.js 3 CRUD application. BE: Json-server. Semantic and accessible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published