Brief description of your project.
This project is a liblary built with this Vue as the frontent and a Laravel backend. To test it loaly change the baseUrl at config.js
List key features of your project.
- Token auth
- reports with charts.js
- compose api
- fetch api
- ...
List any prerequisites or dependencies that need to be installed before running the project.
- Node.js and npm: Download here
- Vue CLI: Install globally using
npm install -g @vue/cli
- Clone the repository:
2.Navigate to the project folder:
cd Book_place_frontend
cd book_place_vue3.Install dependencies:
npm install
npm run serve