A starter template for building fast and responsive web applications.
-
You have to clone the repository
git clone https://github.com/syvixor/nuxt-ui-starter.git cd nuxt-ui-starter
-
Next, You have to install the dependencies
pnpm install # or npm install
-
Finally, run development server
pnpm dev # or npm run dev
All good, development server should be running on localhost:3000
Check Nuxt
& Nuxt UI
docs to learn more.
This project is available under the MIT License.