https://github.com/febrihidayan/oruga-nuxtjs
Example Oruga component and Nuxt.js
https://github.com/febrihidayan/oruga-nuxtjs
nuxtjs oruga
Last synced: 25 days ago
JSON representation
Example Oruga component and Nuxt.js
- Host: GitHub
- URL: https://github.com/febrihidayan/oruga-nuxtjs
- Owner: febrihidayan
- Created: 2020-07-24T14:48:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:21:23.000Z (over 2 years ago)
- Last Synced: 2025-02-12T19:49:08.246Z (3 months ago)
- Topics: nuxtjs, oruga
- Language: JavaScript
- Homepage:
- Size: 3.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @febrihidayan/oruga-nuxtjs
## 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).