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
For Demo visit Demo
EnzymeUI uses vue-cli therefore usual npm workflow scripts are available
npm run serve- to build and serve development applicationnpm run build- to build production bundle- Don't forget to configure your
publicPathinvue.config.jsfor static assets when usingvue-cligeneratedindex.htmlfile - 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/jsand/dist/csscorrectly into your project
Check out vue.config.js file for more configuration options