cookbook

VueJS + NodeJS Evergreen Cookbook

MIT License

Stars
458
Committers
3

Bot releases are hidden (Show)

cookbook - v0.0.13

Published by ais-one over 6 years ago

Version 0.0.13

  • add badges to README.MD
  • update to vuetify 1.0.17
  • add makeCsvRow helper in assets/util.js, see export function for example
cookbook - 0.0.12

Published by ais-one over 6 years ago

  • Improved on the schema example
    • Party collection (a party to lawsuit)
    • Notes collection (case notes on party)
    • 1 party can have 0 to N notes
    • in the example: click on party, select a party, there is a button to go to case notes of that party
  • Align all icons right
cookbook - 0.0.11

Published by ais-one over 6 years ago

  • replace moment with date-fns
  • update to vuetify 1.0.16
  • remove unused packages vuefire & toastr, install vue-i18n
  • add vue-i18n prop to pass into component & add functionality to example application (select language EN or ID, see 'no data' or 'confirm' text change)
cookbook - 0.0.10

Published by ais-one over 6 years ago

  • add a simpler select option example (found in the NotesFormS.vue & NotesFilterS.vue)
  • disable recaptcha if testing on 127.0.0.1 or localhost
  • improve example, select options load in created, and use API call to get select options...
  • added party collection (for API call to load select options from the collection)
  • add sort demo for 'Date Time' column of Note
  • add exportCSV helper function in src/assets/util.js
  • hide Save button if update function = null (for update record) or create function = null (for add record), and if comparison error if (id === null) to if (id)
  • move images from /src/assets to /static
  • 0.0.10 import crud component from npm instead of source
cookbook - 0.0.8

Published by ais-one over 6 years ago

  • add hide-actions (toggle to enable or disable pagination)
  • add disable button if form does not validate
  • move user to Vuex (tokens can be stored in user object), remove addons object (breaking change - sorry for this, stupidity on my part)
  • change go back icon to left pointing arrow instead of cross (less confusing as delete uses cross as well)
  • improve date selection code - less clicks to do what you need to do
cookbook - 0.0.7

Published by ais-one over 6 years ago

  • Update outdated dependencies
  • Vuetify 1.0.13
  • change lodash to lodash.clonedeep as we only need clonedeep
  • add title to table form
  • change jwtToken to token... (breaking change)
cookbook - 0.0.6

Published by ais-one over 6 years ago