https://github.com/cristijora/vue-now-ui-dashboard
Now UI dashboard
https://github.com/cristijora/vue-now-ui-dashboard
Last synced: about 2 months ago
JSON representation
Now UI dashboard
- Host: GitHub
- URL: https://github.com/cristijora/vue-now-ui-dashboard
- Owner: cristijora
- Created: 2017-09-13T16:11:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T04:28:31.000Z (7 months ago)
- Last Synced: 2025-04-06T15:12:23.093Z (about 2 months ago)
- Language: CSS
- Homepage: https://cristijora.github.io/vue-now-ui-dashboard/#/admin/overview
- Size: 8.41 MB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-now-ui-dashboard
> Sample admin dashboard based on Now-UI
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run all tests
npm test
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).