Skip to content

Commit 5fd7a37

Browse files
authored
Merge pull request #8 from codedthemes/dev-v1.2.0
Dev v1.2.0
2 parents 31f89a2 + 0585cae commit 5fd7a37

File tree

41 files changed

+2299
-2328
lines changed

Some content is hidden

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

41 files changed

+2299
-2328
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- name: Use Node.js 20
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "20"
28+
node-version: '20'
2929

3030
- name: 🔨 Build Project
31-
run: |
31+
run: |
3232
npm i
3333
npm run build-stage
3434
@@ -37,8 +37,8 @@ jobs:
3737
env:
3838
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
3939
# ARGS: "-rltgoDzvO --delete"
40-
SOURCE: "dist/"
40+
SOURCE: 'dist/'
4141
REMOTE_HOST: 192.34.62.123
4242
REMOTE_USER: mantis
4343
TARGET: public_html/vue/free/stage
44-
EXCLUDE: "/node_modules/"
44+
EXCLUDE: '/node_modules/'

.github/workflows/prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Node.js 20
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "20"
28+
node-version: '20'
2929

3030
- name: 🔨 Build Project
3131
run: |
@@ -37,8 +37,8 @@ jobs:
3737
env:
3838
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
3939
# ARGS: "-rltgoDzvO --delete"
40-
SOURCE: "dist/"
40+
SOURCE: 'dist/'
4141
REMOTE_HOST: 192.34.62.123
4242
REMOTE_USER: mantis
4343
TARGET: public_html/vue/free
44-
EXCLUDE: "/node_modules/"
44+
EXCLUDE: '/node_modules/'

README.md

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -11,49 +11,49 @@ Mantis is a free Material admin dashboard template built with Vue. It is meant t
1111

1212
[Pro version](https://Mantisdashboard.io/vue) of Mantis vue template contains features like TypeScript, Apps, Authentication Methods (i.e. JWT), Advance Components, Form Plugins, Layouts, Widgets, and many more.
1313

14-
| [Mantis Free](https://Mantisdashboard.io/vue/free/) | [Mantis](https://codedthemes.com/item/mantis-vue-admin-template/) |
15-
| --------------------------------------------- | :----------------------------------------------------------------------- |
16-
| **9** Demo pages | **45+** demo pages |
17-
| - | ✓ Multi-language |
18-
| - | ✓ Dark/Light Mode 🌓 |
19-
| - | ✓ TypeScript version |
20-
| - | ✓ Design files (Figma) |
21-
| - | ✓ 6+ color Options |
22-
| - | ✓ RTL |
23-
| - | ✓ JWT authentications |
24-
| - |[More components](https://Mantisdashboard.io/vue/dashboard/default) |
14+
| [Mantis Free](https://Mantisdashboard.io/vue/free/) | [Mantis](https://codedthemes.com/item/mantis-vue-admin-template/) |
15+
| --------------------------------------------------- | :-------------------------------------------------------------------- |
16+
| **9** Demo pages | **45+** demo pages |
17+
| - | ✓ Multi-language |
18+
| - | ✓ Dark/Light Mode 🌓 |
19+
| - | ✓ TypeScript version |
20+
| - | ✓ Design files (Figma) |
21+
| - | ✓ 6+ color Options |
22+
| - | ✓ RTL |
23+
| - | ✓ JWT authentications |
24+
| - |[More components](https://Mantisdashboard.io/vue/dashboard/default) |
2525

2626
## Why Mantis?
2727

2828
Mantis offers everything you need to create dashboards. We have included the following high-end features in our initial release:
2929

30-
- Modern aesthetics UI design
31-
- Vuetify components
32-
- Fully Responsive, all modern browser supported
33-
- Easy to use code structure
34-
- Flexible & High-Performance code
35-
- Easy Documentation Guide
30+
- Modern aesthetics UI design
31+
- Vuetify components
32+
- Fully Responsive, all modern browser supported
33+
- Easy to use code structure
34+
- Flexible & High-Performance code
35+
- Easy Documentation Guide
3636

3737
## Free Mantis Vue version
3838

39-
- [Preview](https://Mantisdashboard.io/vue/free/)
40-
- [Download from Github](https://github.com/codedthemes/Mantis-free-vue-admin-template)
39+
- [Preview](https://Mantisdashboard.io/vue/free/)
40+
- [Download from Github](https://github.com/codedthemes/Mantis-free-vue-admin-template)
4141

4242
## Mantis Pro version
4343

44-
- [Preview](https://Mantisdashboard.io/vue)
45-
- [Purchase from Store](https://codedthemes.com/item/mantis-vue-admin-template/)
44+
- [Preview](https://Mantisdashboard.io/vue)
45+
- [Purchase from Store](https://codedthemes.com/item/mantis-vue-admin-template/)
4646

4747
## Table of contents
4848

49-
- [Getting Started](#getting-started)
50-
- [Documentation](#documentation)
51-
- [Technology Stack](#technology-stack)
52-
- [Author](#author)
53-
- [Issues?](#issues)
54-
- [License](#license)
55-
- [More Products](#more-free-react-material-admin-templates)
56-
- [Follow us](#follow-us)
49+
- [Getting Started](#getting-started)
50+
- [Documentation](#documentation)
51+
- [Technology Stack](#technology-stack)
52+
- [Author](#author)
53+
- [Issues?](#issues)
54+
- [License](#license)
55+
- [More Products](#more-free-react-material-admin-templates)
56+
- [Follow us](#follow-us)
5757

5858
## Getting Started
5959

@@ -69,9 +69,9 @@ git clone https://github.com/codedthemes/Mantis-free-vue-admin-template.git
6969

7070
## Technology Stack
7171

72-
- [Vuetify 3](https://vuetifyjs.com/)
73-
- Vite
74-
- Vue3
72+
- [Vuetify 3](https://vuetifyjs.com/)
73+
- Vite
74+
- Vue3
7575

7676
## Author
7777

@@ -83,30 +83,30 @@ To report a bug, please submit an [issue](https://github.com/codedthemes/Mantis-
8383

8484
## License
8585

86-
- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-bootstrap-dashboard/blob/master/LICENSE)
86+
- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-bootstrap-dashboard/blob/master/LICENSE)
8787

8888
## Mantis - Nodejs version by Appseed
8989

90-
- [Free Nodejs](https://appseed.us/product/react-node-js-Mantis-dashboard)
91-
- [Premium Mantis Nodejs](https://appseed.us/full-stack/react-Mantis-dashboard)
90+
- [Free Nodejs](https://appseed.us/product/react-node-js-Mantis-dashboard)
91+
- [Premium Mantis Nodejs](https://appseed.us/full-stack/react-Mantis-dashboard)
9292

9393
## More Free React Material Admin Templates
9494

95-
- [Free Materially](https://codedthemes.com/item/materially-free-reactjs-admin-template/)
96-
- [Free Mantis](https://mantisdashboard.io/free/)
95+
- [Free Materially](https://codedthemes.com/item/materially-free-reactjs-admin-template/)
96+
- [Free Mantis](https://mantisdashboard.io/free/)
9797

9898
[![IMG_8566.jpg](https://camo.githubusercontent.com/a2364ad8c498b2a7378dae5e1a5eb5d8e1fcb2d6ceeb8b54acdc2e8bc2508775/68747470733a2f2f6d616e74697364617368626f6172642e696f2f6164762d62616e6e65722d696d616765732f6f672d736f6369616c2e706e67)](https://mantisdashboard.io/free/)
9999

100100
## More Premium React Material Admin Templates
101101

102-
- [Mantis](https://mui.com/store/items/mantis-react-admin-dashboard-template/)
103-
- [Materially](https://codedthemes.com/item/materially-reactjs-admin-dashboard/)
102+
- [Mantis](https://mui.com/store/items/mantis-react-admin-dashboard-template/)
103+
- [Materially](https://codedthemes.com/item/materially-reactjs-admin-dashboard/)
104104

105105
## Follow us
106106

107-
- [Website](https://Mantisdashboard.io)
108-
- [Blog](https://blog.Mantisdashboard.io)
109-
- [CodedThemes](https://codedthemes.com)
110-
- [Dribbble](https://dribbble.com/codedthemes)
111-
- [Facebook](https://www.facebook.com/codedthemes)
112-
- [Twitter](https://twitter.com/codedthemes)
107+
- [Website](https://Mantisdashboard.io)
108+
- [Blog](https://blog.Mantisdashboard.io)
109+
- [CodedThemes](https://codedthemes.com)
110+
- [Dribbble](https://dribbble.com/codedthemes)
111+
- [Facebook](https://www.facebook.com/codedthemes)
112+
- [Twitter](https://twitter.com/codedthemes)

0 commit comments

Comments
 (0)