Skip to content

Commit 862866a

Browse files
chore: Update to 23.2 (#69)
* commit new version 23.2 * publicPath * Revert "publicPath" This reverts commit c56a71b. * recover Readme and metadata * remove new page
1 parent 1cfa497 commit 862866a

27 files changed

+16275
-25047
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ For more information about the DevExtreme Vue Template and how to customize it,
1313
**DevExtreme Vue Template is released as a MIT-licensed (free and open-source) add-on to DevExtreme.**
1414

1515
- [DevExtreme License](https://js.devexpress.com/Licensing/)
16-
- [Free trial](http://js.devexpress.com/Buy/)
16+
- [Free trial](http://js.devexpress.com/Buy/)

devextreme.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"applicationEngine": "vue",
33
"vue": {
4-
"version": 2
4+
"version": 3,
5+
"template": "javascript"
56
},
67
"build": {
78
"commands": [

jsconfig.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"module": "esnext",
5+
"baseUrl": "./",
6+
"moduleResolution": "node",
7+
"paths": {
8+
"@/*": [
9+
"src/*"
10+
]
11+
},
12+
"lib": [
13+
"esnext",
14+
"dom",
15+
"dom.iterable",
16+
"scripthost"
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)