Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamefuzzy/loruki-web
https://github.com/gamefuzzy/loruki-web
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gamefuzzy/loruki-web
- Owner: GameFuzzy
- Created: 2021-05-09T20:26:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T00:21:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:04:14.421Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loruki
## 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).