Recipe app in Vue & Vuex using Cosmicjs
Created by BitBytes and maintained with ❤️ by Jazib Sawar
- Vuejs
- Vuex
- vue-router
- cosmicjs
- vuetify
- lodash
Keywords: Vuejs, Vuex, recipe app, cosmicjs cms, recipe app in cosmicjs
- Clone this repo using
git clone https://github.com/jazibsawar/recipe-app.git
- Move to the appropriate directory:
cd recipe-app
. - Run
npm run install
in order to install dependencies and clean the git repo. - Change configurations in
/src/config/config.js
according to your cosmicjs bucket. - Run
npm run dev
to start the project in dev mode. - Run
npm run build
to build the project in /dist folder.
Now you're ready to rumble!