https://github.com/fecony/booster_mini_ecom_front
NuxtJS frontend mini ecom app
https://github.com/fecony/booster_mini_ecom_front
Last synced: about 2 months ago
JSON representation
NuxtJS frontend mini ecom app
- Host: GitHub
- URL: https://github.com/fecony/booster_mini_ecom_front
- Owner: fecony
- Created: 2021-03-03T20:30:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T11:06:20.000Z (about 4 years ago)
- Last Synced: 2025-02-15T04:27:38.635Z (3 months ago)
- Language: Vue
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# booster_ecom_front
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).