Skip to content

Release 1.0

Compare
Choose a tag to compare
@alexandesigner alexandesigner released this 22 Sep 00:43
· 99 commits to master since this release

Updates for version 1.0

  • Support for Vue and Element UI via Meteor Vue.
  • Defines an application structure following the Meteor Guide.
  • Defines a set of routes using Vue Router.
  • Defines an accounts workflow for signing up and logging in users, as well as aiding in password recovery. Support for password-based
  • Defines a MongoDB database collection—Documents—and connects that data to Supplies using stores, publications, and subscriptions.
  • Showcases how to handle basic CRUD database operations using Meteor's Methods feature.
  • Automatic account creation for an administrator and five test users. Also creates test documents for each user (including the admin).
  • Linting via ESLint. Follows Standard style guide, Meteor style guide

Coming Soon - version 1.1.0

  • OAuth authentication via Facebook, GitHub, and Google is included.
  • Includes static pages for displaying. Backed by an easy-to-extend pattern for generating static content pages using Commonmark Markdown.
  • Add unit and e2e tests