Skip to content

aiscorp/nuxt-shop

Repository files navigation

nuxt-shop

Shop on NUXT.js

Technology stack: Nuxt.js

📗1. Task

Create full functional shop on NUXT.js

📗2. Links and demo

Repo: https://github.com/aiscorp/nuxt-shop Site: https://aiscorp.github.io/nuxt-shop

📗4. How to run and build

This scripts need to run and build app:

npm install - prepares packages to run and build app.

npm run dev - runs the app in the development mode.

npm run build - builds the app for production version.