Skip to content

chore: replace coffee-warehouse with vite app #680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,8 @@ jobs:
filters: |
dashboard:
- 'examples-standalone/dashboard/**'
vite-coffee-warehouse:
- 'examples-standalone/vite-coffee-warehouse/**'

# - name: Build Coffee warehouse app
# working-directory: ./examples-standalone/coffee-warehouse
# run: |
# npm ci
# npm run build
coffee-warehouse:
- 'examples-standalone/coffee-warehouse/**'

- name: Build Dashboard app
working-directory: ./examples-standalone/dashboard
Expand All @@ -46,8 +40,8 @@ jobs:
npm run build

- name: Build Vite Coffee warehouse app
working-directory: ./examples-standalone/vite-coffee-warehouse
if: steps.changes.outputs.vite-coffee-warehouse == 'true'
working-directory: ./examples-standalone/coffee-warehouse
if: steps.changes.outputs.coffee-warehouse == 'true'
run: |
npm ci
npm run build
Expand Down
44 changes: 24 additions & 20 deletions examples-standalone/coffee-warehouse/.gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
.DS_Store
node_modules

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
47 changes: 21 additions & 26 deletions examples-standalone/coffee-warehouse/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
This project was bootstrapped with [Vue CLI](https://cli.vuejs.org/).

# kendo-vue-template-app

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
# Kendo UI for Vue Dashboard Application

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.

## Project setup

Install the NPM packages using:

```
npm install
```

Start the project using:

```
npm run dev
```

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
5 changes: 0 additions & 5 deletions examples-standalone/coffee-warehouse/babel.config.js

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
15 changes: 14 additions & 1 deletion examples-standalone/coffee-warehouse/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
<!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>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/kendo-vue/coffee-warehouse/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kendo UI for Vue Dashboard App made using Vite.js.</title>
<script type="module" crossorigin src="/kendo-vue/coffee-warehouse/assets/index-wzKdukYY.js"></script>
<link rel="stylesheet" crossorigin href="/kendo-vue/coffee-warehouse/assets/index-5lz4P32T.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
2 changes: 0 additions & 2 deletions examples-standalone/coffee-warehouse/dist/js/app.b45c9228.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading