/vue-recipe-app

Simple recipe app created with vue.cli

Primary LanguageVue

Simple SPA

Filter recipes on the fly (-)

  • By category
  • By name
  • By ingridients

json mock server setup

json-server --watch .\db.json

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.