Skip to content

Commit f118c59

Browse files
authored
Merge pull request #164 from telerik/coffee-warehouse
chore: add coffee-warehouse example
2 parents 863d45a + 0271561 commit f118c59

Some content is hidden

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

63 files changed

+131039
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.DS_Store
2+
node_modules
3+
/dist
4+
5+
# local env files
6+
.env.local
7+
.env.*.local
8+
9+
# Log files
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
13+
14+
# Editor directories and files
15+
.idea
16+
.vscode
17+
*.suo
18+
*.ntvs*
19+
*.njsproj
20+
*.sln
21+
*.sw?
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
This project was bootstrapped with [Vue CLI](https://cli.vuejs.org/).
2+
3+
# kendo-vue-template-app
4+
5+
## Project setup
6+
```
7+
npm install
8+
```
9+
10+
### Compiles and hot-reloads for development
11+
```
12+
npm run serve
13+
```
14+
15+
### Compiles and minifies for production
16+
```
17+
npm run build
18+
```
19+
20+
### Lints and fixes files
21+
```
22+
npm run lint
23+
```
24+
25+
### Customize configuration
26+
See [Configuration Reference](https://cli.vuejs.org/config/).
Lines changed: 5 additions & 0 deletions
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+
}
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"name": "kendo-vue-coffee-warehouse",
3+
"version": "0.1.0",
4+
"private": true,
5+
"scripts": {
6+
"serve": "vue-cli-service serve",
7+
"build": "vue-cli-service build",
8+
"lint": "vue-cli-service lint"
9+
},
10+
"dependencies": {
11+
"@progress/kendo-data-query": "1.5.5",
12+
"@progress/kendo-drawing": "1.15.0",
13+
"@progress/kendo-licensing": "1.2.1",
14+
"@progress/kendo-vue-animation": "^2.6.2",
15+
"@progress/kendo-vue-buttons": "^2.6.2",
16+
"@progress/kendo-vue-charts": "^2.6.2",
17+
"@progress/kendo-vue-data-tools": "^2.6.2",
18+
"@progress/kendo-vue-dateinputs": "^2.6.2",
19+
"@progress/kendo-vue-dropdowns": "^2.6.2",
20+
"@progress/kendo-vue-excel-export": "^2.6.2",
21+
"@progress/kendo-vue-form": "^2.6.2",
22+
"@progress/kendo-vue-grid": "^2.6.2",
23+
"@progress/kendo-vue-inputs": "^2.6.2",
24+
"@progress/kendo-vue-intl": "^2.6.2",
25+
"@progress/kendo-vue-layout": "^2.6.2",
26+
"@progress/kendo-vue-pdf": "^2.6.2",
27+
"@progress/kendo-vue-popup": "^2.6.2",
28+
"@progress/kendo-vue-upload": "^2.6.2",
29+
"@progress/kendo-theme-bootstrap": "^4.42.0",
30+
"@progress/kendo-theme-default": "^4.42.0",
31+
"@progress/kendo-theme-material": "^4.42.0",
32+
"cldr-core": "^40.0.0",
33+
"cldr-dates-full": "^40.0.0",
34+
"cldr-numbers-full": "^40.0.0",
35+
"core-js": "3.19.0",
36+
"hammerjs": "2.0.8",
37+
"vue": "3.2.20",
38+
"vue-router": "^4.0.0"
39+
},
40+
"devDependencies": {
41+
"@vue/cli-plugin-babel": "^4.5.9",
42+
"@vue/cli-plugin-eslint": "^4.5.9",
43+
"@vue/cli-service": "^4.5.9",
44+
"@vue/compiler-sfc": "^3.0.4",
45+
"babel-eslint": "^10.1.0",
46+
"eslint": "^6.8.0",
47+
"eslint-plugin-vue": "^7.2.0",
48+
"node-sass": "^4.12.0",
49+
"sass-loader": "^8.0.0"
50+
},
51+
"eslintConfig": {
52+
"root": true,
53+
"env": {
54+
"node": true
55+
},
56+
"extends": [
57+
"plugin:vue/vue3-essential",
58+
"eslint:recommended"
59+
],
60+
"parserOptions": {
61+
"parser": "babel-eslint"
62+
},
63+
"rules": {}
64+
},
65+
"browserslist": [
66+
"> 1%",
67+
"last 2 versions",
68+
"not dead"
69+
]
70+
}
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
8+
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
9+
<link href="/static/themes/kendo-theme-default/all.css" rel="stylesheet" id="theme-link" />
10+
<title>kendo-vue-template-app</title>
11+
</head>
12+
13+
<body>
14+
<noscript>
15+
<strong>We're sorry but kendo-vue-template-app doesn't work properly without JavaScript enabled. Please enable it to
16+
continue.</strong>
17+
</noscript>
18+
<div id="app"></div>
19+
<!-- built files will be auto injected -->
20+
</body>
21+
22+
</html>

0 commit comments

Comments
 (0)