Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 334 Bytes

🛍 Ecommerce Store with Nuxt

Build Setup

# install dependencies
$ yarn install or npm install

# serve with hot reload at localhost:3000
$ yarn dev or npm run dev

# build for production and launch server
$ yarn build or npm build
$ yarn start or npm start