Skip to content

Commit

Permalink
adds template source to this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmorneau committed Jun 20, 2017
1 parent e416687 commit eac3e44
Show file tree
Hide file tree
Showing 13 changed files with 1,204 additions and 930 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,18 @@ For more info: http://vmorneau.me/apex-theme-boilerplate/
The application export is included in this repo, as well as the theme export.

## What is this Boilerplate thing?
It's an empty APEX 5 application with basic stuff that any APEX theme needs. No pages or anything, just a few shared components templates and settings turned on.

## Do I need this?
You probably don't. Building a theme from the ground up is not something you do everyday. I personally find this useful. Might as well share it, right?
It's an empty APEX application with basic stuff that any APEX theme needs. No pages or anything, just a few shared components templates and settings turned on.

## Install

#### Application
- Import the APEX application ```f14963.sql``` into your workspace.

#### Theme Only
- Import the APEX theme ```f14963_theme.sql``` into your existing application.
- Import the APEX theme ```f14963_theme_600.sql``` into your existing application.

## Changelog
#### 2.0
- Added APEX Front-End Boost support
- Added theme export file
- Added `DEV_ONLY` build option
- Added default container on grid layout
- Changed template names
- Changed application comments
[See complete changelog](changelog.md).

#### 1.0
- Initial release
## License
MIT © [Vincent Morneau](http://vmorneau.me)
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Changelog

#### 3.0.0
- Reviewed most boilerplate templates
- Changed APEX Front-End Boost to APEX Nitro
- Changed Font Awesome to Font APEX

#### 2.0.0
- Added APEX Front-End Boost support
- Added theme export file
- Added `DEV_ONLY` build option
- Added default container on grid layout
- Changed template names
- Changed application comments

#### 1.0.0
- Initial release
Loading

0 comments on commit eac3e44

Please sign in to comment.