Skip to content
Snippets Groups Projects
Commit db70f7ee authored by Brendan Lawton's avatar Brendan Lawton
Browse files

Die erste Iteration ist ohne Styling und JSON-Bearbeitungsfunktionen. Die...

Die erste Iteration ist ohne Styling und JSON-Bearbeitungsfunktionen. Die Vorschau wird dynamisch aktualisiert, wenn man etwas in eines der 4 Eingabefelder eingibt. Die ersten 2 Eingabefelder müssen derzeit großgeschrieben werden
parents
No related branches found
No related tags found
No related merge requests found
Showing
with 80 additions and 0 deletions
# Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended Setup
- [VS Code](https://code.visualstudio.com/) + [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (previously Volar) and disable Vetur
- Use [vue-tsc](https://github.com/vuejs/language-tools/tree/master/packages/tsc) for performing the same type checking from the command line, or for generating d.ts files for SFCs.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
main.ts 0 → 100644
import { createApp } from 'vue'
import './style.css'
import App from './src/App.vue'
import LottieAnimation from 'lottie-web-vue'
App.use(LottieAnimation);
createApp(App).mount('#app')
// App.use(LottieVuePlayer);
../esbuild/bin/esbuild
\ No newline at end of file
../he/bin/he
\ No newline at end of file
../nanoid/bin/nanoid.cjs
\ No newline at end of file
../@babel/parser/bin/babel-parser.js
\ No newline at end of file
../prettier/bin-prettier.js
\ No newline at end of file
../rollup/dist/bin/rollup
\ No newline at end of file
../semver/bin/semver.js
\ No newline at end of file
../typescript/bin/tsc
\ No newline at end of file
../typescript/bin/tsserver
\ No newline at end of file
../vite/bin/vite.js
\ No newline at end of file
../vue-tsc/bin/vue-tsc.js
\ No newline at end of file
This diff is collapsed.
{
"hash": "b222b801",
"configHash": "b8c3b7ad",
"lockfileHash": "5238c63e",
"browserHash": "bca46f06",
"optimized": {
"lottie-web-vue": {
"src": "../../lottie-web-vue/dist/lottie-web-vue.js",
"file": "lottie-web-vue.js",
"fileHash": "2896e26b",
"needsInterop": false
},
"vue": {
"src": "../../vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "6fa837b5",
"needsInterop": false
}
},
"chunks": {
"chunk-U6BEPC57": {
"file": "chunk-U6BEPC57.js"
}
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment