Skip to content

Commit

Permalink
generall structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniker committed Jan 15, 2018
1 parent e399dea commit e999154
Show file tree
Hide file tree
Showing 338 changed files with 92 additions and 13,315 deletions.
3 changes: 3 additions & 0 deletions .babelrc
@@ -0,0 +1,3 @@
{
"presets": ["env", { "modules": false }]
}
3 changes: 3 additions & 0 deletions .bowerrc
@@ -0,0 +1,3 @@
{
"directory": "gear/assets"
}
18 changes: 8 additions & 10 deletions .gitignore
@@ -1,10 +1,8 @@
gear/frontend/node_modules/
gear/frontend/assets/css/gear.css
gear/frontend/assets/js/gear.js
gear/frontend/assets/fonts/icons.*
gear/frontend/npm-debug.log
gear/frontend/package-lock.json
gear/frontend/yarn-error.log

gear/backend/core/composer/
gear/backend/composer.lock
/gear/config.json
/gear/vendor/*
/gear/assets/*
!/gear/assets/.gitkeep
node_modules
.DS_Store
package-lock.json
composer.lock
9 changes: 9 additions & 0 deletions bower.json
@@ -0,0 +1,9 @@
{
"name": "gear-cms",
"private": true,
"dependencies": {
"vue": "~2.5.13",
"lodash": "~4.17.4",
"axios": "~0.17.1"
}
}
21 changes: 21 additions & 0 deletions composer.json
@@ -0,0 +1,21 @@
{
"name": "gear-cms",
"type": "project",
"description": "Simple, Fast, Minimal, Free CMS.",
"keywords": ["cms", "gear", "modular", "fast"],
"homepage": "http://gearcms.org",
"license": "MIT",
"authors": [
{
"name": "Aaron Iker",
"email": "mail@aaroniker.me"
}
],
"require": {
"slim/slim": "^3.0",
"twig/twig": "^2.0"
},
"config": {
"vendor-dir": "gear/vendor"
}
}
File renamed without changes.
9 changes: 0 additions & 9 deletions gear/backend/composer.json

This file was deleted.

7 changes: 0 additions & 7 deletions gear/frontend/.babelrc

This file was deleted.

Empty file.
20 changes: 0 additions & 20 deletions gear/frontend/assets/icons/alarm.svg

This file was deleted.

13 changes: 0 additions & 13 deletions gear/frontend/assets/icons/alt.svg

This file was deleted.

26 changes: 0 additions & 26 deletions gear/frontend/assets/icons/android.svg

This file was deleted.

18 changes: 0 additions & 18 deletions gear/frontend/assets/icons/apple.svg

This file was deleted.

29 changes: 0 additions & 29 deletions gear/frontend/assets/icons/appstore.svg

This file was deleted.

17 changes: 0 additions & 17 deletions gear/frontend/assets/icons/arrow_1.svg

This file was deleted.

16 changes: 0 additions & 16 deletions gear/frontend/assets/icons/arrow_2.svg

This file was deleted.

16 changes: 0 additions & 16 deletions gear/frontend/assets/icons/arrow_down.svg

This file was deleted.

18 changes: 0 additions & 18 deletions gear/frontend/assets/icons/arrow_horizontal.svg

This file was deleted.

16 changes: 0 additions & 16 deletions gear/frontend/assets/icons/arrow_left.svg

This file was deleted.

16 changes: 0 additions & 16 deletions gear/frontend/assets/icons/arrow_right.svg

This file was deleted.

16 changes: 0 additions & 16 deletions gear/frontend/assets/icons/arrow_up.svg

This file was deleted.

18 changes: 0 additions & 18 deletions gear/frontend/assets/icons/arrow_vertical.svg

This file was deleted.

0 comments on commit e999154

Please sign in to comment.