Skip to content

Commit b6cef97

Browse files
authored
Merge pull request #680 from telerik/replace-new-coffee-warehouse
chore: replace coffee-warehouse with vite app
2 parents 4f8fc0c + 0466a63 commit b6cef97

File tree

116 files changed

+19419
-278893
lines changed

Some content is hidden

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

116 files changed

+19419
-278893
lines changed

.github/workflows/ci.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@ jobs:
2929
filters: |
3030
dashboard:
3131
- 'examples-standalone/dashboard/**'
32-
vite-coffee-warehouse:
33-
- 'examples-standalone/vite-coffee-warehouse/**'
34-
35-
# - name: Build Coffee warehouse app
36-
# working-directory: ./examples-standalone/coffee-warehouse
37-
# run: |
38-
# npm ci
39-
# npm run build
32+
coffee-warehouse:
33+
- 'examples-standalone/coffee-warehouse/**'
4034
4135
- name: Build Dashboard app
4236
working-directory: ./examples-standalone/dashboard
@@ -46,8 +40,8 @@ jobs:
4640
npm run build
4741
4842
- name: Build Vite Coffee warehouse app
49-
working-directory: ./examples-standalone/vite-coffee-warehouse
50-
if: steps.changes.outputs.vite-coffee-warehouse == 'true'
43+
working-directory: ./examples-standalone/coffee-warehouse
44+
if: steps.changes.outputs.coffee-warehouse == 'true'
5145
run: |
5246
npm ci
5347
npm run build
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
.DS_Store
2-
node_modules
3-
4-
# local env files
5-
.env.local
6-
.env.*.local
7-
8-
# Log files
9-
npm-debug.log*
10-
yarn-debug.log*
11-
yarn-error.log*
12-
13-
# Editor directories and files
14-
.idea
15-
.vscode
16-
*.suo
17-
*.ntvs*
18-
*.njsproj
19-
*.sln
20-
*.sw?
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?
+21-26
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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/).
1+
# Kendo UI for Vue Dashboard Application
2+
3+
The current example shows how the Native Grid, Charts, Inputs, Labels, etc. component can be combined in a real-life application. The project uses Vue 3 in Vite.
4+
5+
## Project setup
6+
7+
Install the NPM packages using:
8+
9+
```
10+
npm install
11+
```
12+
13+
Start the project using:
14+
15+
```
16+
npm run dev
17+
```
18+
19+
## Recommended IDE Setup
20+
21+
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)

examples-standalone/coffee-warehouse/babel.config.js

-5
This file was deleted.

examples-standalone/coffee-warehouse/dist/css/app.35fe3187.css

-1
This file was deleted.
Binary file not shown.

examples-standalone/coffee-warehouse/dist/img/github-icon.42f4ca19.svg

-3
This file was deleted.

examples-standalone/coffee-warehouse/dist/img/hamburger-icon.19d0bbb4.svg

-5
This file was deleted.
Binary file not shown.
Binary file not shown.

examples-standalone/coffee-warehouse/dist/img/info-waves.60f8aba6.svg

-7
This file was deleted.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/kendo-vue/coffee-warehouse/favicon.ico"><link href="/kendo-vue/coffee-warehouse//static/themes/kendo-theme-default/all.css" rel="stylesheet" id="theme-link"/><title>kendo-vue-template-app</title><script defer="defer" src="/kendo-vue/coffee-warehouse/js/chunk-vendors.ae545a5e.js"></script><script defer="defer" src="/kendo-vue/coffee-warehouse/js/app.b45c9228.js"></script><link href="/kendo-vue/coffee-warehouse/css/app.35fe3187.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but kendo-vue-template-app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/x-icon" href="/kendo-vue/coffee-warehouse/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Kendo UI for Vue Dashboard App made using Vite.js.</title>
8+
<script type="module" crossorigin src="/kendo-vue/coffee-warehouse/assets/index-wzKdukYY.js"></script>
9+
<link rel="stylesheet" crossorigin href="/kendo-vue/coffee-warehouse/assets/index-5lz4P32T.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
</body>
14+
</html>

examples-standalone/coffee-warehouse/dist/js/app.b45c9228.js

-2
This file was deleted.

examples-standalone/coffee-warehouse/dist/js/app.b45c9228.js.map

-1
This file was deleted.

examples-standalone/coffee-warehouse/dist/js/chunk-vendors.ae545a5e.js

-13
This file was deleted.

examples-standalone/coffee-warehouse/dist/js/chunk-vendors.ae545a5e.js.map

-1
This file was deleted.

0 commit comments

Comments
 (0)