https://github.com/jazibsawar/recipe-app
A recipe app built on vue and vuex that takes advantage from a great API first platform #cosmicjs.
https://github.com/jazibsawar/recipe-app
cosmicjs vue2 vuetifyjs vuex2 webpack
Last synced: 9 months ago
JSON representation
A recipe app built on vue and vuex that takes advantage from a great API first platform #cosmicjs.
- Host: GitHub
- URL: https://github.com/jazibsawar/recipe-app
- Owner: jazibsawar
- Created: 2017-09-18T08:35:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T14:30:11.000Z (over 8 years ago)
- Last Synced: 2025-03-24T11:56:55.226Z (about 1 year ago)
- Topics: cosmicjs, vue2, vuetifyjs, vuex2, webpack
- Language: JavaScript
- Homepage: https://jazibsawar.github.io/recipe-app/
- Size: 1.88 MB
- Stars: 6
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Recipe app in Vue & Vuex using Cosmicjs
## Libraries
- Vuejs
- Vuex
- vue-router
- cosmicjs
- vuetify
- lodash
Keywords: Vuejs, Vuex, recipe app, cosmicjs cms, recipe app in cosmicjs
## Quick start
1. Clone this repo using `git clone https://github.com/jazibsawar/recipe-app.git`
2. Move to the appropriate directory: `cd recipe-app`.
3. Run `npm run install` in order to install dependencies and clean the git repo.
4. Change configurations in `/src/config/config.js` according to your cosmicjs bucket.
5. Run `npm run dev` to start the project in dev mode.
6. Run `npm run build` to build the project in /dist folder.
Now you're ready to rumble!