Skip to content
/ store-template-nuxt3 Public template

A starter repository to init your new Nuxt3 project based on Heseya!

License

Notifications You must be signed in to change notification settings

heseya/store-template-nuxt3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 Heseya Store Template

Look at the Nuxt 3 documentation to learn more.

Boilerplate the project

$ git clone [email protected]:heseya/store-template-nuxt3.git $PROJECT_NAME
$ cd ./$PROJECT_NAME
$ ./init.sh

This will clear the repository from any history and initialize a new git repository.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

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.