Skip to content

Commit ae89165

Browse files
dxvladislavvolkovdxvladislavvolkov
andauthored
Update template (#24)
* update-template * Update versions * Revert name Co-authored-by: dxvladislavvolkov <[email protected]>
1 parent f5fd311 commit ae89165

File tree

8 files changed

+6269
-3283
lines changed

8 files changed

+6269
-3283
lines changed
File renamed without changes.

devextreme.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"applicationEngine": "vue",
3+
"vue": {
4+
"version": 2
5+
},
36
"build": {
47
"commands": [
58
{

package-lock.json

Lines changed: 2434 additions & 2529 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"vue": "^2.6.11",
1515
"node-sass": "^4.11.0",
1616
"vue-router": "^3.0.1",
17-
"devextreme": "^20.2.4",
18-
"devextreme-vue": "^20.2.4"
17+
"devextreme": "^21.1.3",
18+
"devextreme-vue": "^21.1.3"
1919
},
2020
"devDependencies": {
2121
"@vue/cli-plugin-babel": "~4.5.0",
@@ -25,9 +25,9 @@
2525
"eslint": "^6.7.2",
2626
"eslint-plugin-vue": "^6.2.2",
2727
"vue-template-compiler": "^2.6.11",
28-
"devextreme-cli": "1.2.6",
28+
"devextreme-cli": "1.2.14",
2929
"sass-loader": "^7.1.0",
30-
"devextreme-themebuilder": "^20.2.4"
30+
"devextreme-themebuilder": "^21.1.3"
3131
},
3232
"eslintConfig": {
3333
"root": true,

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">

src/themes/generated/theme.additional.css

Lines changed: 838 additions & 51 deletions
Large diffs are not rendered by default.

src/themes/generated/theme.base.css

Lines changed: 2984 additions & 693 deletions
Large diffs are not rendered by default.

src/views/home.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
and includes the following DevExtreme components:</p>
9898
<ul>
9999
<li>
100-
<a href="https://js.devexpress.com/Documentation/Guide/Widgets/DataGrid/Overview/" target="_blank" rel="noopener noreferrer">DataGrid</a>
100+
<a href="https://js.devexpress.com/Documentation/Guide/UI_Components/DataGrid/Getting_Started_with_DataGrid/" target="_blank" rel="noopener noreferrer">DataGrid</a>
101101
</li>
102102
<li>
103103
<a href="https://js.devexpress.com/Documentation/Guide/Widgets/Form/Overview/" target="_blank" rel="noopener noreferrer">Form</a>
@@ -113,16 +113,16 @@
113113

114114
<ul>
115115
<li>
116-
<a href="https://js.devexpress.com/Documentation/Guide/Vue_Components/Create_a_DevExtreme_Application/#Layouts" target="_blank" rel="noopener noreferrer">Layouts</a>
116+
<a href="https://js.devexpress.com/Documentation/Guide/Vue_Components/Application_Template/#Layouts" target="_blank" rel="noopener noreferrer">Layouts</a>
117117
</li>
118118
<li>
119-
<a href="https://js.devexpress.com/Documentation/Guide/Vue_Components/Create_a_DevExtreme_Application/#Add_a_New_View" target="_blank" rel="noopener noreferrer">Add a New View</a>
119+
<a href="https://js.devexpress.com/Documentation/Guide/Vue_Components/Application_Template/#Add_a_New_View" target="_blank" rel="noopener noreferrer">Add a New View</a>
120120
</li>
121121
<li>
122-
<a href="https://js.devexpress.com/Documentation/Guide/Vue_Components/Create_a_DevExtreme_Application/#Configure_the_Navigation_Menu" target="_blank" rel="noopener noreferrer">Configure the Navigation Menu</a>
122+
<a href="https://js.devexpress.com/Documentation/Guide/Vue_Components/Application_Template/#Configure_the_Navigation_Menu" target="_blank" rel="noopener noreferrer">Configure the Navigation Menu</a>
123123
</li>
124124
<li>
125-
<a href="https://js.devexpress.com/Documentation/Guide/Vue_Components/Create_a_DevExtreme_Application/#Configure_Themes" target="_blank" rel="noopener noreferrer">Configure Themes</a>
125+
<a href="https://js.devexpress.com/Documentation/Guide/Vue_Components/Application_Template/#Configure_Themes" target="_blank" rel="noopener noreferrer">Configure Themes</a>
126126
</li>
127127
</ul>
128128
<p>

0 commit comments

Comments
 (0)