@silexlabs/silex-dashboard
v1.6.0
Published
Dashboard for Silex v3
Readme
Silex Dashboard
Dashboard plugin for managing websites in Silex. Built with 11ty and Vue.js, it provides a UI to create, list and manage your Silex sites.
Technically, the dashboard is an 11ty website with a design made in Silex + a vue.js app which interacts with Silex API

For discussions and bug report please go to Silex main project
Development
To contribute to this project:
Clone the Repository:
git clone https://github.com/silexlabs/silex-dashboard.git cd silex-dashboardInstall Dependencies:
npm installBuild the Project:
npm run build
Contribute
Start Tina CMS
$ npm run tina:devIn another terminal, start Silex and 11ty
$ npm startUse these links
- Silex editor: http://localhost:6805
- Silex dashboard: http://localhost:6805/en/
- Silex connectors: http://localhost:6805/en/connectors/
