Nuxt 3 — Quick starter is a project template that provides a quick and easy way to start a Vue 3 project with Composition API, script setup, Tailwind, Nuxt 3, and several other dependencies pre-configured. This documentation will guide you through the installation, configuration, and usage of Quick starter.
Before getting started, you should have the following prerequisites installed on your system:
To install Quick starter, follow the steps below:
Clone the Quick starter repository:
git clone https://github.com/damevin/Nuxt3-QuickStarter.git
Navigate to the project directory:
cd Nuxt3-QuickStarter
Install dependencies
pnpm install
Quick starter comes pre-configured with several dependencies, including:
If you need to modify any of these configurations, you can do so by editing the corresponding configuration files in the project directory.
Once you have installed and configured Quick starter, you can start using it to develop your Vue 3 project.
To start the development server, run:
pnpm dev