Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logotip4ik/countries
This is challange from Frontend Mentor. Build with Nuxt, Scss and REST Countries API
https://github.com/logotip4ik/countries
Last synced: 2 days ago
JSON representation
This is challange from Frontend Mentor. Build with Nuxt, Scss and REST Countries API
- Host: GitHub
- URL: https://github.com/logotip4ik/countries
- Owner: logotip4ik
- Created: 2020-12-27T12:30:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T02:53:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:02:13.614Z (over 1 year ago)
- Language: Vue
- Homepage: https://countries.bogdankostyuk.vercel.app
- Size: 2.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# countries
## 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).