vue white dashboard
v1.1.0
Vue 白色仪表板的文档托管在我们的网站上。
在下载中,您将找到以下目录和文件:
|-- Vue White Dashboard ├── CHANGELOG.md ├── README.md ├── babel.config.js ├── package.json ├── postcss.config.js ├── public └── src ├── App.vue ├── RTLPlugin.js ├── assets │ ├── css │ ├── demo │ ├── fonts │ ├── img │ └── scss │ ├── white-dashboard │ │ ├── bootstrap │ │ ├── custom │ │ └── plugins │ └── white-dashboard.scss ├── components │ ├── BaseAlert.vue │ ├── BaseButton.vue │ ├── BaseCheckbox.vue │ ├── BaseNav.vue │ ├── BaseRadio.vue │ ├── BaseTable.vue │ ├── Cards │ ├── Charts │ ├── CloseButton.vue │ ├── Dropdown.vue │ ├── HelloWorld.vue │ ├── Inputs │ ├── Modal.vue │ ├── NavbarToggleButton.vue │ ├── NotificationPlugin │ ├── SidebarPlugin │ └── index.js ├── config.js ├── globalComponents.js ├── globalDirectives.js ├── i18n.js ├── locales ├── main.js ├── pages │ ├── Dashboard │ ├── Dashboard.vue │ ├── Icons.vue │ ├── Layout │ ├── Maps.vue │ ├── Notifications │ ├── Notifications.vue │ ├── Profile │ ├── TableList.vue │ ├── Typography.vue │ ├── UpgradeToPRO.vue │ └── UserProfile.vue └── router.js ```## Browser Support At present, we officially aim to support the last two versions of the following browsers: <img src="https://github.com/creativetimofficial/public-assets/blob/master/logos/chrome-logo.png?raw=true" width="64" height="64"> <img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/firefox-logo.png" width="64" height="64"> <img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/edge-logo.png" width="64" height="64"> <img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/safari-logo.png" width="64" height="64"> <img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/opera-logo.png" width="64" height="64"> ## Resources - Demo: <https://demos.creative-tim.com/vue-white-dashboard/#/dashboard> - Download Page: <https://www.creative-tim.com/product/vue-white-dashboard> - Documentation: <https://demos.creative-tim.com/vue-white-dashboard/documentation> - License Agreement: <https://www.creative-tim.com/license> - Support: <https://www.creative-tim.com/contact-us> - Issues: [Github Issues Page](https://github.com/creativetimofficial/vue-white-dashboard/issues) ## Reporting Issues We use GitHub Issues as the official bug tracker for the Vue White Dashboard. Here are some advices for our users that want to report an issue: 1. Make sure that you are using the latest version of the Vue White Dashboard. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/). 2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed. 3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help. ## Licensing - Copyright 2023 Creative Tim (https://www.creative-tim.com/) - Licensed under MIT (https://github.com/creativetimofficial/vue-white-dashboard/issues/blob/master/LICENSE.md) ## Useful Links - [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w) - [Affiliate Program](https://www.creative-tim.com/affiliates/new?ref=mk-github-readme) (earn money) - [Blog Creative Tim](http://blog.creative-tim.com/) - [Free Products](https://www.creative-tim.com/bootstrap-themes/free?ref=mk-github-readme) from Creative Tim - [Premium Products](https://www.creative-tim.com/bootstrap-themes/premium?ref=mk-github-readme) from Creative Tim - [React Products](https://www.creative-tim.com/bootstrap-themes/react-themes?ref=mk-github-readme) from Creative Tim - [Angular Products](https://www.creative-tim.com/bootstrap-themes/angular-themes?ref=mk-github-readme) from Creative Tim - [VueJS Products](https://www.creative-tim.com/bootstrap-themes/vuejs-themes?ref=mk-github-readme) from Creative Tim - [More products](https://www.creative-tim.com/bootstrap-themes?ref=mk-github-readme) from Creative Tim - Check our Bundles [here](https://www.creative-tim.com/bundles?ref=mk-github-readme) ### Social Media Twitter: <https://twitter.com/CreativeTim> Facebook: <https://www.facebook.com/CreativeTim> Dribbble: <https://dribbble.com/creativetim> Instagram: <https://www.instagram.com/CreativeTimOfficial>