Skip to content

Nuxt3 + Typescript + Element-plus + ESlint + Stylistic + Stylelint + Vite + Vitest + Sass

Notifications You must be signed in to change notification settings

zihanoo/nuxt3-template

Repository files navigation

About

Nuxt3 (Typescript + Vue3) + Element-plus + ESlint + Stylistic + Stylelint + Vite + Vitest + Sass

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Nuxt Mongoose

Minimal project of Nuxt Mongoose

for more information see Nuxt Mongoose

Node run

NITRO_PORT=4000 node .output/server/index.mjs
NITRO_PORT=4000 HOST=127.0.0.1 node .output/server/index.mjs

About

Nuxt3 + Typescript + Element-plus + ESlint + Stylistic + Stylelint + Vite + Vitest + Sass

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published