Skip to content

ihotray/hot-web-tpl

Repository files navigation

A admin tpl base on nuxt3, primevue4, typescript and so on.

image image

Packages && modules base on(for memo)

  • tailwindcss
npx nuxi@latest module add tailwindcss
npm i tailwindcss-primeui
  • primevue && prime theme
npm install primevue
npm install --save-dev @primevue/nuxt-module
npm install @primevue/themes
npm install primeicons
npm install -D sass-embedded
  • pinia
npm i pinia @pinia/nuxt
npm i -D @pinia-plugin-persistedstate/nuxt
  • i18n
npx nuxi@latest module add i18n
  • vue3-perfect-scrollbar
npm i vue3-perfect-scrollbar
  • bootstrap-vue-next
npm i bootstrap bootstrap-vue-next @bootstrap-vue-next/nuxt -D

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published