From dd22af880855c4b82ddc7b56177a7562ca4809c5 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Mon, 29 May 2023 19:30:33 -0700 Subject: [PATCH] Added basic copy --- CHANGELOG.md | 6 +++++ LICENSE.md | 21 +++++++++++++++ README.md | 75 ++++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 91 insertions(+), 11 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 LICENSE.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ee8cda --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Change Log +All notable changes to the "vuetify-inline-fields" plugin will be documented in this file. + +## v1.0.0 +TBD +[main] (@webdevnerdstuff) diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..8e02d4e --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 WebDevNerdStuff + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index ef72fd5..230ced7 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,71 @@ -# Vue 3 + TypeScript + Vite + -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `