BoxLang 🚀 A New JVM Dynamic Language Learn More...
Cbadmin-vue-argon is a vue-based UI implementation for the cbadmin
extension.
Apache License, Version 2.0.
Before installing cbadmin-vue-argon
, make sure you
already have cbadmin
(https://github.com/akitogo/cbadmin)
installed in your ColdBox project.
Cbadmin-vue-argon contains a box.json
file, so it can
leverage CommandBox
for its dependencies. To include cbadmin-vue-argon
in
your project, go to your project root and type:
box install cbadmin-vue-argon
This will download cbadmin-vue-argon along with all required dependencies.
After installing cbadmin-vue-argon you will need to restart your server:
box server restart
Refresh your main project page and - voila! - you should see a front-end application.
The project is written using the vue.js
framework and based on the free Vue
Argon Dashboard template. Feel free to make any changes in the
UI as you wish. All the source files are included in the project. It's
as simple as running npm run serve
from within the
modules/cbadmin-vue-argon
directory.
$
box install cbadmin-vue-argon