Browse Source

first commit

tester
Jakub Škrabánek 3 years ago
parent
commit
654a2e7fa3
  1. 61
      .gitignore
  2. 4
      README.md
  3. 16550
      package-lock.json
  4. 5
      package.json
  5. 1
      vuejson

61
.gitignore

@ -1,4 +1,8 @@
# ---> Node
# Created by https://www.toptal.com/developers/gitignore/api/vuejs,node,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=vuejs,node,visualstudiocode
### Node ###
# Logs # Logs
logs logs
*.log *.log
@ -55,6 +59,9 @@ web_modules/
# Optional eslint cache # Optional eslint cache
.eslintcache .eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache # Microbundle cache
.rpt2_cache/ .rpt2_cache/
.rts2_cache_cjs/ .rts2_cache_cjs/
@ -70,10 +77,12 @@ web_modules/
# Yarn Integrity file # Yarn Integrity file
.yarn-integrity .yarn-integrity
# dotenv environment variables file
# dotenv environment variable files
.env .env
.env.test
.env.production
.env.development.local
.env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)
.cache .cache
@ -96,6 +105,12 @@ dist
# vuepress build output # vuepress build output
.vuepress/dist .vuepress/dist
# vuepress v2.x temp and cache directory
.temp
# Docusaurus cache and generated files
.docusaurus
# Serverless directories # Serverless directories
.serverless/ .serverless/
@ -118,3 +133,41 @@ dist
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
### Node Patch ###
# Serverless Webpack directories
.webpack/
# Optional stylelint cache
# SvelteKit build / generate output
.svelte-kit
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# Support for Project snippet scope
### Vuejs ###
# Recommended template: Node.gitignore
dist/
npm-debug.log
yarn-error.log
# End of https://www.toptal.com/developers/gitignore/api/vuejs,node,visualstudiocode

4
README.md

@ -1,3 +1,5 @@
# vuejs-json # vuejs-json
Primárně pro 4.IM - vue aplikace pro zpracovávání json souboru
Primárně pro 4.IM - vue aplikace pro zpracovávání json souboru
## zaměření na naštení JSON souboru a následné využití

16550
package-lock.json

File diff suppressed because it is too large

5
package.json

@ -0,0 +1,5 @@
{
"dependencies": {
"@vue/cli": "^5.0.1"
}
}

1
vuejson

@ -0,0 +1 @@
Subproject commit f390d88ea1e7378612cfbbef29355f4736688429
Loading…
Cancel
Save