forked from pencilblue/pencilblue
-
Notifications
You must be signed in to change notification settings - Fork 0
Proposed Angular2 Plugin Plan
Blake Callens edited this page Jun 14, 2016
·
2 revisions
- Assets will be compiled with gulp
- All assets (TypeScript or ES2015, SASS) will reside inside the default plugin folder, in a src folder, and will compile to the plugin's public folder
- The default plugin will be modified to use the same routing as other plugins
- We will listen to our user base to determine if we use TypeScript or ES2015
- Must use the same compilation procedures as the default plugin
- We will provide a sample admin plugin as a template for others to use
- Can use any libraries and methods, but we will not make changes to our frontend libraries to support anything other than Angular2 use cases