Skip to content

mevbg/nuxt-scaffold

Repository files navigation

VARNAME.bg

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm i

Running this will automatically trigger a postinstall script that generates design tokens and favicons – everything needed for development.

Host Configuration

Add the following entry to your /etc/hosts file to enable local development:

127.0.0.1 development.varname.bg

Run the following command to generate SSL certificates for local development:

npm run generate:ssl

Development Server

Start the development server on https://development.varname.bg:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build:app

Locally preview site build:

# npm
npm run preview

Check out the deployment documentation for more information.