https://github.com/dmoosocool/shop_frontend
https://github.com/dmoosocool/shop_frontend
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmoosocool/shop_frontend
- Owner: dmoosocool
- Created: 2019-08-05T10:01:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:49:36.000Z (over 3 years ago)
- Last Synced: 2025-03-14T21:15:12.415Z (over 1 year ago)
- Language: Vue
- Size: 1.19 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# shop_frontend
> My phenomenal Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).