stankiewiczpl / nuxt-tabler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

cp  .env.example .env

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

# pnpm
pnpm run dev

Production

Build the application for production:

# pnpm
pnpm run build

# pnpm
pnpm run start

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


Languages

Language:Vue 92.4%Language:SCSS 6.5%Language:TypeScript 1.1%