From 34ee4d6c111427f5d68814d3dacb7f3709123a16 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Sat, 17 Dec 2022 14:09:43 +0000 Subject: [PATCH] added files for future --- CHANGELOG.md | 1 + CONTRIBUTING.md | 1 + README.md | 7 ++----- 3 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 CONTRIBUTING.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a0cf709 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +# CHANGELOG diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..64dcef7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +# Code Guidelines diff --git a/README.md b/README.md index c6bb997..0f77883 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # AFC Dons Vue 3 + Vite + Pinia -This is a rebuilt of afcdons.net (originally PHP) using Vue 3 and Pinia the Composition API and Vite. I have mainly worked with Vue 2 and Options API so I would accept any suggestions where I maybe stepping away from best practice. I however do not want to use typescript +This is a rebuilt of afcdons.net (originally PHP) using Vue 3 and Pinia the Composition API and Vite. I have mainly worked with Vue 2 and Options API so I would accept any suggestions where I maybe stepping away from best practice. I however do not want to use typescript. ## Why ? -This is a good way for me to learn Vue 3 and Composition API as I know the components needed. It also will allow me to add new features +This is a good way for me to learn Vue 3 and Composition API as I know the components needed. It also will allow me to add new features. ## Propsed New Features @@ -15,6 +15,3 @@ This is a good way for me to learn Vue 3 and Composition API as I know the compo - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) -## Code contributions - -Please use Prettier and ESLint and set up to remove semi colons and use single quotes. -- GitLab