Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tubone24/ebook-homebrew-nuxt-with-typescript-client
Frontend which use ebook-homebrew Rest API using Nuxt.js with TypeScript, Vuex
https://github.com/tubone24/ebook-homebrew-nuxt-with-typescript-client
Last synced: 1 day ago
JSON representation
Frontend which use ebook-homebrew Rest API using Nuxt.js with TypeScript, Vuex
- Host: GitHub
- URL: https://github.com/tubone24/ebook-homebrew-nuxt-with-typescript-client
- Owner: tubone24
- Created: 2019-11-29T11:15:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:49:36.000Z (about 1 year ago)
- Last Synced: 2024-04-13T04:55:37.140Z (9 months ago)
- Language: Vue
- Homepage: https://ebook-homebrew-nuxt-with-typescript-client.vercel.app
- Size: 4.01 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ebook-homebrew-nuxt-with-typescript-client
> Frontend which use ebook-homebrew Rest API using Nuxt.js with TypeScript and Vuex.
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).