This project is a Vue.js dashboard application that includes features such as login authentication, creating tables, mapping data into tables, and a form for creating managers.
- Login authentication system.
- Table view functionality.
- Mapping data into tables.
- Form for creating managers with validation.
- Clone the repository.
- Install dependencies using
npm install
oryarn install
. - Configure the backend server if required.
- Run the development server using `npm run dev.
- Navigate to the login page.
- Log in with valid credentials.
- Access the dashboard to view tables and manage managers.
- Create new tables or managers as needed.
- Log out after completing tasks.
- Vue.js
- Vue Router
- Axios
- Vue Good Table
- Tailwind
- JavaScript (ES6+)
- Vite
src/
: Contains the source code of the project.components/
: Vue components used in the project.views/
: Vue views or pages.assets/
: Static assets like images, fonts, etc.router/
: Vue Router configuration.App.vue
: Main Vue component.main.js
: Entry point of the Vue application.
public/
: Contains static assets and the index.html file.README.md
: Documentation for the project.