TeamSync, illustrating REST client with axios on a simulated API with json-server, using Vue Framework and PrimeVue UI Component Library. The application also shows how to support in-app navigation routing.
- REST client with axios
- Simulated API with json-server
- PrimeVue UI Component Library
- In-app navigation routing
- Reusable components
- Vue
- Axios
- PrimeVue
- Vue Router
- json-server
npm init vue@latest
npm i primevue primeicons primeflex axios
npm install -g json-server
cd server
json-server --watch db.json --routes routes.jsonWrite the following commands in the terminal to start the mock API server.
cd server
sh start.sh