Skip to content

Commit

Permalink
chore: add vite-coffee-warehouse vite
Browse files Browse the repository at this point in the history
  • Loading branch information
InaGlushkova committed Jan 17, 2025
1 parent 8d686de commit 248e386
Show file tree
Hide file tree
Showing 57 changed files with 129,844 additions and 0 deletions.
24 changes: 24 additions & 0 deletions examples-standalone/vite-coffee-warehouse/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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?
21 changes: 21 additions & 0 deletions examples-standalone/vite-coffee-warehouse/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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)
13 changes: 13 additions & 0 deletions examples-standalone/vite-coffee-warehouse/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/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>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit 248e386

Please sign in to comment.