A basic Vue 3 front-end CRUD of Supermarkets with upload of images.
An interpretation of the Clean Architecture proposed by Robert C. Martin was used as project architecture, as well as other commonly used design patterns.
Demo: Abrir
-
Installation and configuration
- Install the packages using
npm install
oryarn
- Create a copy of the
.env.example
file and rename it to.env
- Fill the necessary environment variables
- Install the packages using
-
Build and running
- Build using
npm run build
oryarn build
- Preview the project using
npm run preview
oryarn preview
- Build using
- Vue
- Vue-Router
- Vuex
- Axios
- TailwindCSS
- HeadlessUI
- Heroicons