/vue-recipes

front end for the recipes api using vue.js

Primary LanguageJavaScript

vue-recipes

Vue frontend for the Go recipes API

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

TODO

[done] Don't allow empty text fields to be submitted into lists [done] Ordered list for steps [done] Rearrange Steps up and down (index and filter maybe for each step?) Enter should focus next element on text inputs

API: update the api to return an ID field, either formatted name or number would be better API: allow id's to be used as well as names for resource management