EnzymeUI
EnzymeUI is vue.js and bootstrap based ui component library and admin dashboard template.
To install project dependencies run
npm install
For documentation visit Docs
EnzymeUI uses vue-cli
therefore usual npm
workflow scripts are available
Usage
npm run serve
- to build and serve development applicationnpm run build
- to build production bundle- Don't forget to configure your
publicPath
invue.config.js
for static assets when usingvue-cli
generatedindex.html
file - If you want to include this into existing project or framework and not develop standalone single page application: make sure to include files from
/dist/js
and/dist/css
correctly into your project
Check out vue.config.js
file for more configuration options