:poodle: A boilerplate for web applications with Vue and Tailwind using TypeScript.
Vue Starter is a boilerplate for HTML5, Vue, TypeScript, Vite, Vitest, and Render. It provides a comprehensive set of features and tools for building web applications. The project setup is easy to follow, and it offers a directory structure that follows the LIFT guidelines.
To install Vue Starter, follow these steps:
Clone the repository:
git clone <repository-url>
Install dependencies:
cd vue-starter
pnpm install
Compiles and hot-reloads for development:
pnpm run dev
Mock APIs during development:
pnpm run mock
Compiles and minifies for production:
pnpm run build
Locally preview the production build:
pnpm run preview
Lints and fixes files:
pnpm run lint
Check types:
pnpm run check-types
Runs unit tests:
pnpm run test:unit
Runs end-to-end tests:
pnpm run test:e2e
Vue Starter is a comprehensive boilerplate that provides a wide range of features and tools for web application development. It includes essential libraries and utilities for UI, routing, state management, form validation, localization, and more. The project setup is easy, and it offers a directory structure that follows best practices. With support for various environments, continuous integration and delivery, and cloud hosting, Vue Starter is a powerful choice for building Vue applications.