Skip to content

campdao/campdao-client-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

campdao-client-extension

This repo contains all files to customize and extend the eosdac-client for CampDAO.

branding

You can change the default colors via the theme.json file found in statics/config/theme.json. You can generate and download your custom theme file by enabling the "dev tools" on the settings page. The logos for the eosdac-client will be pulled in from branding/images/logos. Be aware that the file names must match the original.

image

i18n: Add or change language strings

In the i18n folder you could customize or add language strings. If you add strings with the same key they will overwrite the defaults that come with the eosdac-client.

pages, components and menu

Put your custom pages and components in the representative folders. Add your menu items to components/menu

routes: add custom routes

Use the routes.js file to add your own routes pointing to your custom pages.

store

initialize your vuex stores and/or create persistant states (locale storage).

About

CampDAO extensions to eosDAC frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 74.1%
  • JavaScript 15.9%
  • PHP 9.6%
  • CSS 0.4%