Skip to content

Commit 2843f2b

Browse files
committed
refactor: add product
1 parent 8cce277 commit 2843f2b

File tree

276 files changed

+9057
-1115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+9057
-1115
lines changed

.browserslistrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> 1%
2+
last 2 versions
3+
not dead

.gitignore

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.DS_Store
2+
node_modules
3+
/dist
4+
package-lock.json
5+
6+
7+
# local env files
8+
.env.local
9+
.env.*.local
10+
11+
# Log files
12+
npm-debug.log*
13+
yarn-debug.log*
14+
yarn-error.log*
15+
pnpm-debug.log*
16+
17+
# Editor directories and files
18+
.idea
19+
.vscode
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Change Log
2+
3+
### [1.0.0] 2021-07-23
4+
- Original Release

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Creative Tim
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+243
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,243 @@
1+
# [Muse Vue Ant Design Dashboard](http://demos.creative-tim.com/muse-vue-ant-design-dashboard?ref=readme-sud) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/muse-vue-ant-design-dashboard&text=Check%20Muse%20Vue%20Ant%20Design%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#antdesign%20#vue%20https://www.creative-tim.com/product/muse-vue-ant-design-dashboard)
2+
3+
![version](https://img.shields.io/badge/version-1.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/muse-vue-ant-design-dashboard.svg)](https://github.com/creativetimofficial/muse-vue-ant-design-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/muse-vue-ant-design-dashboard.svg)](https://github.com/creativetimofficial/muse-vue-ant-design-dashboard/issues?q=is%3Aissue+is%3Aclosed)
4+
5+
![Image](https://s3.amazonaws.com/creativetim_bucket/products/494/thumb/opt_md_ant_thumbnail.jpg)
6+
7+
Muse - Vue Ant Design Dashboard is a beautiful Ant Design Vue admin dashboard with a large number of components, designed to look beautiful and organized
8+
9+
Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks and fully coded pages, Soft UI Dashboard is ready to help you create stunning websites and webapps.
10+
11+
We created many examples for pages like Sign In, Profile and so on. Just choose between a Basic Design, an illustration or a cover and you are good to go!
12+
13+
**Fully Coded Elements**
14+
15+
Muse - Vue Ant Design Dashboard is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files and classes. You will save a lot of time going from prototyping to full-functional code, because all elements are implemented.
16+
17+
View <a href="https://www.creative-tim.com/muse-vue-ant-design-dashboard/documentation/" target="_blank">all components here</a>.
18+
19+
**Documentation built by Developers**
20+
21+
Each element is well presented in a very complex documentation.
22+
You can read more about the <a href="https://www.creative-tim.com/muse-vue-ant-design-dashboard/documentation/" target="_blank">documentation here</a>.
23+
24+
**Example Pages**
25+
26+
If you want to get inspiration or just show something directly to your clients,
27+
you can jump start your development with our pre-built example pages. You will be able
28+
to quickly set up the basic structure for your web project.
29+
View <a href="https://www.creative-tim.com/muse-vue-ant-design-dashboard" target="_blank">example pages here</a>.
30+
31+
**HELPFUL LINKS**
32+
33+
- View <a href="https://github.com/creativetimofficial/muse-vue-ant-design-dashboard" target="_blank">Github Repository</a>
34+
35+
- Check <a href="https://www.creative-tim.com/faq" target="_blank">FAQ Page</a>
36+
37+
**Special thanks**
38+
39+
During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:
40+
41+
- [Ant Design Vue](https://www.antdv.com/docs/vue/introduce/)- An enterprise-class UI design language for web applications
42+
43+
Let us know your thoughts below. And good luck with development!
44+
45+
## Table of Contents
46+
47+
* [Versions](#versions)
48+
* [Demo](#demo)
49+
* [Quick Start](#quick-start)
50+
* [Documentation](#documentation)
51+
* [File Structure](#file-structure)
52+
* [Browser Support](#browser-support)
53+
* [Resources](#resources)
54+
* [Reporting Issues](#reporting-issues)
55+
* [Technical Support or Questions](#technical-support-or-questions)
56+
* [Licensing](#licensing)
57+
* [Useful Links](#useful-links)
58+
59+
## Versions
60+
61+
[<img src="https://s3.amazonaws.com/creativetim_bucket/github/html.png" width="60" height="60" />](https://www.creative-tim.com/product/muse-vue-ant-design-dashboard?ref=readme-sud)
62+
63+
| HTML |
64+
| --- |
65+
| [![Muse Vue Ant Design Dashboard](https://s3.amazonaws.com/creativetim_bucket/products/494/thumb/opt_md_ant_thumbnail.jpg)](http://demos.creative-tim.com/muse-vue-ant-design-dashboard?ref=readme-sud)
66+
67+
## Demo
68+
69+
- [Profile page](http://demos.creative-tim.com/muse-vue-ant-design-dashboard/profile?ref=readme-sud)
70+
- [Sign in page](http://demos.creative-tim.com/muse-vue-ant-design-dashboard/sign-in?ref=readme-sud)
71+
- [Sign up page](http://demos.creative-tim.com/muse-vue-ant-design-dashboard/sign-up?ref=readme-sud)
72+
73+
[View More](http://demos.creative-tim.com/muse-vue-ant-design-dashboard).
74+
75+
## Quick start
76+
77+
Quick start options:
78+
79+
- Download from [Creative Tim](https://www.creative-tim.com/product/muse-vue-ant-design-dashboard?ref=readme-sud).
80+
81+
## Terminal Commands
82+
83+
1. Download and Install NodeJs from [NodeJs Official Page](https://nodejs.org/en/download/).
84+
2. Navigate to the root / directory and run npm install to install our local dependencies.
85+
86+
## Documentation
87+
The documentation for the Muse Vue Ant Design Dashboard is hosted at our [website](http://demos.creative-tim.com/muse-vue-ant-design-dashboard/documentation?ref=readme-sud).
88+
89+
### What's included
90+
91+
Within the download you'll find the following directories and files:
92+
93+
```
94+
muse-vue-ant-design-dashboard
95+
├── LICENSE
96+
├── README.md
97+
├── babel.config.js
98+
├── gulpfile.js
99+
├── package.json
100+
├── public
101+
│ ├── imagesd
102+
│ └── index.html
103+
├── src
104+
│ ├── App.vue
105+
│ ├── assets
106+
│ ├── components
107+
│ │ ├── Cards
108+
│ │ │ ├── CardAuthorTable.vue
109+
│ │ │ ├── CardBarChart.vue
110+
│ │ │ ├── CardBillingInfo.vue
111+
│ │ │ ├── CardConversations.vue
112+
│ │ │ ├── CardCredit.vue
113+
│ │ │ ├── CardInfo.vue
114+
│ │ │ ├── CardInfo2.vue
115+
│ │ │ ├── CardInvoices.vue
116+
│ │ │ ├── CardLineChart.vue
117+
│ │ │ ├── CardOrderHistory.vue
118+
│ │ │ ├── CardPaymentMethods.vue
119+
│ │ │ ├── CardPlatformSettings.vue
120+
│ │ │ ├── CardProfileInformation.vue
121+
│ │ │ ├── CardProject.vue
122+
│ │ │ ├── CardProjectTable.vue
123+
│ │ │ ├── CardProjectTable2.vue
124+
│ │ │ └── CardTransactions.vue
125+
│ │ ├── Charts
126+
│ │ │ ├── ChartBar.vue
127+
│ │ │ └── ChartLine.vue
128+
│ │ ├── Footers
129+
│ │ │ ├── DashboardFooter.vue
130+
│ │ │ └── DefaultFooter.vue
131+
│ │ ├── Headers
132+
│ │ │ ├── DashboardHeader.vue
133+
│ │ │ └── DefaultHeader.vue
134+
│ │ ├── Sidebars
135+
│ │ │ ├── DashboardSettingsDrawer.vue
136+
│ │ │ └── DashboardSidebar.vue
137+
│ │ └── Widgets
138+
│ │ ├── WidgetCounter.vue
139+
│ │ └── WidgetSalary.vue
140+
│ ├── layouts
141+
│ │ ├── Dashboard.vue
142+
│ │ ├── DashboardRTL.vue
143+
│ │ └── Default.vue
144+
│ ├── main.js
145+
│ ├── plugins
146+
│ │ └── click-away.js
147+
│ ├── router
148+
│ │ └── index.js
149+
│ ├── scss
150+
│ │ ├── app.scss
151+
│ │ ├── base
152+
│ │ │ ├── _override.scss
153+
│ │ │ ├── _typography.scss
154+
│ │ │ ├── _utilities.scss
155+
│ │ │ └── _variables.scss
156+
│ │ ├── components
157+
│ │ │ ├── _avatar.scss
158+
│ │ │ ├── _badge.scss
159+
│ │ │ ├── _button.scss
160+
│ │ │ ├── _card.scss
161+
│ │ │ ├── _chart.scss
162+
│ │ │ ├── _dropdown.scss
163+
│ │ │ ├── _list.scss
164+
│ │ │ ├── _progress.scss
165+
│ │ │ ├── _settings-drawer.scss
166+
│ │ │ ├── _space.scss
167+
│ │ │ ├── _table.scss
168+
│ │ │ ├── _tag.scss
169+
│ │ │ ├── _timeline.scss
170+
│ │ │ └── _widget.scss
171+
│ │ ├── form
172+
│ │ │ ├── _checkbox.scss
173+
│ │ │ └── _input.scss
174+
│ │ ├── layouts
175+
│ │ │ ├── _dashboard-rtl.scss
176+
│ │ │ ├── _dashboard.scss
177+
│ │ │ └── _default.scss
178+
│ │ └── pages
179+
│ │ ├── _profile.scss
180+
│ │ ├── _sign-in.scss
181+
│ │ └── _sign-up.scss
182+
│ └── views
183+
│ ├── 404.vue
184+
│ ├── Billing.vue
185+
│ ├── Dashboard.vue
186+
│ ├── Layout.vue
187+
│ ├── Profile.vue
188+
│ ├── RTL.vue
189+
│ ├── Sign-In.vue
190+
│ ├── Sign-Up.vue
191+
│ └── Tables.vue
192+
└── vue.config.js
193+
```
194+
195+
## Browser Support
196+
197+
At present, we officially aim to support the last two versions of the following browsers:
198+
199+
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/edge.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/safari.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/opera.png" width="64" height="64">
200+
201+
## Resources
202+
- [Live Preview](https://demos.creative-tim.com/muse-vue-ant-design-dashboard?ref=readme-sud)
203+
- [Download Page](https://www.creative-tim.com/product/muse-vue-ant-design-dashboard?ref=readme-sud)
204+
- Documentation is [here](https://demos.creative-tim.com/muse-vue-ant-design-dashboard/documentation?ref=readme-sud)
205+
- [License Agreement](https://www.creative-tim.com/license?ref=readme-sud)
206+
- [Support](https://www.creative-tim.com/contact-us?ref=readme-sud)
207+
- Issues: [Github Issues Page](https://github.com/creativetimofficial/muse-vue-ant-design-dashboard/issues)
208+
209+
## Reporting Issues
210+
We use GitHub Issues as the official bug tracker for the Muse Vue Ant Design Dashboard. Here are some advices for our users that want to report an issue:
211+
212+
1. Make sure that you are using the latest version of the Muse Vue Ant Design Dashboard. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/product/muse-vue-ant-design-dashboard?ref=readme-sud).
213+
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
214+
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
215+
216+
## Technical Support or Questions
217+
218+
If you have questions or need help integrating the product please [contact us](https://www.creative-tim.com/contact-us?ref=readme-sud) instead of opening an issue.
219+
220+
## Licensing
221+
222+
- Copyright 2021 [Creative Tim](https://www.creative-tim.com?ref=readme-sud)
223+
- Creative Tim [license](https://www.creative-tim.com/license?ref=readme-sud)
224+
225+
## Useful Links
226+
227+
- [More products](https://www.creative-tim.com/templates?ref=readme-sud) from Creative Tim
228+
229+
- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
230+
231+
- [Freebies](https://www.creative-tim.com/bootstrap-themes/free?ref=readme-sud) from Creative Tim
232+
233+
- [Affiliate Program](https://www.creative-tim.com/affiliates/new?ref=readme-sud) (earn money)
234+
235+
##### Social Media
236+
237+
Twitter: <https://twitter.com/CreativeTim>
238+
239+
Facebook: <https://www.facebook.com/CreativeTim>
240+
241+
Dribbble: <https://dribbble.com/creativetim>
242+
243+
Instagram: <https://instagram.com/creativetimofficial>

babel.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
presets: [
3+
'@vue/cli-plugin-babel/preset'
4+
]
5+
}

css/app.e6da2da4.css

-1
This file was deleted.

css/chunk-8b9c96e6.50bf82c7.css

-1
This file was deleted.

css/chunk-ecacd12c.925800dd.css

-1
This file was deleted.

css/chunk-vendors.7993b0b7.css

-8
This file was deleted.

documentation/.nojekyll

Whitespace-only changes.

documentation/200.html

-9
This file was deleted.

0 commit comments

Comments
 (0)