Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francyfox/vedoclient
NUXT chat + Vuetify. Code shall be refactored.
https://github.com/francyfox/vedoclient
axios jwt-tokens nuxtjs vue vuetify
Last synced: about 8 hours ago
JSON representation
NUXT chat + Vuetify. Code shall be refactored.
- Host: GitHub
- URL: https://github.com/francyfox/vedoclient
- Owner: francyfox
- License: bsd-3-clause
- Created: 2021-05-16T13:07:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T07:56:28.000Z (over 3 years ago)
- Last Synced: 2023-04-27T14:45:21.541Z (over 1 year ago)
- Topics: axios, jwt-tokens, nuxtjs, vue, vuetify
- Language: Vue
- Homepage:
- Size: 632 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vedoclient
## 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).