https://github.com/fox-one/4swap-web
https://github.com/fox-one/4swap-web
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fox-one/4swap-web
- Owner: fox-one
- License: agpl-3.0
- Created: 2021-06-11T08:14:27.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-19T02:52:41.000Z (about 3 years ago)
- Last Synced: 2025-03-17T18:01:33.208Z (over 1 year ago)
- Language: Vue
- Size: 5.57 MB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4swap-web
> 4swap front end website
## 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, checkout [Nuxt.js docs](https://nuxtjs.org).