Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njm222/marketsquare-frontend
Frontend built with vue.js for marketsquare
https://github.com/njm222/marketsquare-frontend
Last synced: 24 days ago
JSON representation
Frontend built with vue.js for marketsquare
- Host: GitHub
- URL: https://github.com/njm222/marketsquare-frontend
- Owner: njm222
- Created: 2020-06-22T13:14:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:48:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T08:33:24.842Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# marketsquare-frontend
## 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).