feature-rich table listing the submitted orders
View Demo
Make sure you have the following installed on your system:
Clone this repository and install the dependencies:
pnpm install
Run the development server to preview and develop your project locally.
pnpm dev
The server will be available at http://localhost:3000 (default Vite port).
Generate an optimized production build.
pnpm build
The output files will be located in the `output` directory.
Preview the production build locally.
pnpm preview
The preview server will be available at http://localhost:3000 (default Vite preview port).
- Nuxt: The Intuitive Vue Framework.
- Pinia: A modern state management library for Vue.js.
- Shadcn: A collection of rich UI components for Vue.
- TypeScript: A strongly typed programming language that builds on JavaScript.
This project is licensed under the MIT License. Feel free to use it in your projects!
- If you encounter any issues, feel free to open a discussion or issue on this repository.
- Contributions are welcome! Fork this repo, create a branch, and submit a pull request.