From ec09b8b82446f605389130206818810fa05d08db Mon Sep 17 00:00:00 2001 From: KidSysco Date: Sun, 7 Jan 2024 00:19:30 -0600 Subject: [PATCH] update docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f3ba3..416c7dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vuetify NFT Gallery -This is a Web Front-End written with Vue 3 and Vuetify. There are several other re-usable resources included like pinia stores, components, and composables that can be used to call any EVM based blockchain for NFTs, even if the browser does not have a wallet installed. See the following files for more info... +This is a Web Front-End written with [Vue 3](https://vuejs.org/guide/introduction.html) and [Vuetify](https://dev.vuetifyjs.com/en/introduction/why-vuetify/#what-is-vuetify3f). There are several other re-usable resources included like [Pinia](https://pinia.vuejs.org/introduction.html) stores, [components](https://vuejs.org/guide/components/registration.html), and [composables](https://vuejs.org/guide/extras/composition-api-faq.html) that can be used to call any EVM based blockchain for NFTs using [Ethers.js](https://github.com/ethers-io/ethers.js), even if the browser does not have a wallet installed. See the following files for more info... ``` ./src/composables/ @@ -9,6 +9,8 @@ This is a Web Front-End written with Vue 3 and Vuetify. There are several other This project has a .env file that is setup to work with Dig-A-Hash web services for Dynamic NFT Meta-Data. +There is also a 404 route built-in using the [Vue Router](https://router.vuejs.org/guide/). + ## CSS Notes SCSS is installed along with numerous utility classes that compliment or override Vuetify defaults. This app ships with two fonts installed that are ready to be used or swapped out. See the following files for more info...