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

Lines changed: 4 additions & 10 deletions
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
Lines changed: 24 additions & 20 deletions
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?
Lines changed: 21 additions & 26 deletions
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

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

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

Lines changed: 0 additions & 3 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)