https://github.com/codybontecou/helloidioma
https://github.com/codybontecou/helloidioma
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codybontecou/helloidioma
- Owner: CodyBontecou
- Created: 2020-07-13T18:37:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:25:39.000Z (over 2 years ago)
- Last Synced: 2024-12-29T10:33:52.529Z (5 months ago)
- Language: JavaScript
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Idioma
A basic demo can be seen at [https://helloidioma.com](https://helloidioma.com).
## 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).