Thanks to visit codestin.com
Credit goes to github.com

Skip to content

amineHY/first_nuxt_project

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

Pages

to be able to add pages, we must create a markdown file in a folder pages, the route then should use the filename to display the page

instal tailwind CSS

https://nuxt.com/modules/tailwindcss

npm install --save-dev @nuxtjs/tailwindcss

{ modules: [ '@nuxtjs/tailwindcss' ] }

https://tailwindcomponents.com/cheatsheet/

components

mkdir components

nuxt will auto import components of this folder

i18n

https://v8.i18n.nuxtjs.org/guide/lang-switcher

icon

https://nuxt.com/modules/icon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages