Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 781 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 781 Bytes

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Check required Nodejs version in the package.json file and install it.

Make sure to install the dependencies:

yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

UI System

This project uses TailwindUI. Ping @tuanna-hsp for the credential to access the paid component package :)

TailwindUI is built on top of TailwindCSS, pls take a look at its documentation too.

VS Code Plugins

Pls install Volar, ESLint and Prettier as the minimum.