We recommend to look at the documentation.
This starter template also includes:
- Tailwind CSS v3
- Headless UI - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- Heroicons - beautiful hand-crafted SVG icons, by the makers of Tailwind CSS
First-party plugins needed for Tailwind UI:
Best Nuxt with Plugins:
Make sure to install the dependencies
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
yarn start
If you want to update the libraries, I left a nice command for you. Select it with space and press enter.
yarn allupdate
Example
➜ nuxt3-app git:(master) yarn allupdate
yarn run v1.22.11
$ yarn upgrade-interactive --latest
info Color legend :
"<red>" : Major Update backward-incompatible updates
"<yellow>" : Minor Update backward-compatible features
"<green>" : Patch Update backward-compatible bug fixes
? Choose which packages to update. (Press <space> to select, <a> to toggle all, <i> to invert selection)
devDependencies
name range from to url
❯◯ nuxt3 latest 3.0.0-27237303.6acfdcd ❯ 3.0.0-27238235.a1bcc53
- Website - https://productdevbook.com
- Twitter - @productdevbook
Checkout the deployment documentation.