This is a boilerplate project for building web applications with Vite 4.0, Vue 3, Typescript, and DaisyUI.
- Vite 4.0 - fast and lightweight development server and build tool
- Vue 3 - progressive framework for building user interfaces
- Typescript - a typed superset of JavaScript that compiles to plain JavaScript
- DaisyUI - a lightweight and customizable CSS framework based on TailwindCSS
To use this boilerplate, you need to have Node.js and pnpm installed on your machine. Then, follow these steps:
- Clone this repository to your local machine.
- Install the dependencies by running
pnpm install
. - Start the development server by running
pnpm run dev
. - Open your web browser and navigate to
http://localhost:5173
.
To build your application for production, run pnpm run build
. This will create a dist
directory with your production-ready files.
If you find any issues or want to contribute to this project, feel free to submit a pull request or create an issue. All contributions are welcome!
This boilerplate is licensed under the MIT License.