Skip to content

karinlj/boozang-manager-demo-22

Repository files navigation

Boozang Manager Demo Vue3

Description

Boozang Manager Demo. Vue.js 3 CRUD application with json-server as BE exept for fake signup and login. Semantic and accessible.

Screenshot

Prerequisites

NodeJS

Installation

To clone

git clone https://github.com/karinlj/boozang-manager-demo-22.git

To install

cd boozang-manager-22

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

License

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published