-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
fusioncms/cms
#66Description
Our Javascript directory and files are a bit all over the place with some inconsistent naming conventions. This should be cleaned up and organized to make things easy to find and work with.
Directory Structure
resources/
└── js/
├── bootstrap/
├── components/
├── directives/
├── fieldtypes/
├── layouts/
├── mixins/
├── pages/
├── plugins/
├── router/
├── services/
├── store/
├── ui/
├── vendor/
└── gravity.js
- Move
Protonfrom the currentvendordirectory into theuidirectory and make it a native part of the CMS. Our original goals were to make this a separate package to be pulled in, but we simply don't have the bandwidth at the moment to maintain this separately. - Rename the current
viewsdirectory topagesto help distinguish is from Laravel'sviewsdirectory (blade templates) - Rename the current
vuexdirectory tostoreto clarify what these files are in a more generic manner - Move the current
formsdirectory toservices
Reactions are currently unavailable