Release 1.0
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