Created
March 24, 2017 01:27
-
-
Save SachaG/374e2038b224845a7d56cfce7967c52e to your computer and use it in GitHub Desktop.
Vulcan Features Packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see http://docs.vulcanjs.org/packages | |
############ Core Packages ############ | |
vulcan:core # core components and wrappers | |
vulcan:forms # auto-generated forms | |
vulcan:routing # routing and server-side rendering | |
vulcan:users # user management and permissions | |
############ Features Packages ############ | |
vulcan:email | |
vulcan:posts | |
vulcan:comments | |
vulcan:newsletter | |
vulcan:notifications | |
vulcan:getting-started | |
vulcan:categories | |
vulcan:voting | |
vulcan:events | |
vulcan:embedly | |
vulcan:api | |
vulcan:rss | |
vulcan:subscribe | |
############ Theme Packages ############ | |
vulcan:base-components # default ui components | |
vulcan:base-styles # default styling | |
vulcan:email-templates # default email templates for notifications | |
############ Language Packages ############ | |
vulcan:i18n-en-us # default language translation | |
############ Accounts Packages ############ | |
[email protected] | |
# accounts-twitter | |
# accounts-facebook | |
############ Your Packages ############ | |
# example-movies | |
# example-movies-full | |
# example-customization |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment