From d286aa207a1d0ee3491fc13b8db846b0667760f8 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 26 Jul 2023 17:07:53 +0200 Subject: [PATCH] docs: Add link for the documentation to the README Signed-off-by: Ferdinand Thiessen --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 70df61c..a42788e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# `@nextcloud/vite-config` +[![npm last version](https://img.shields.io/npm/v/@nextcloud/vite-config.svg?style=flat-square)](https://www.npmjs.com/package/@nextcloud/vite-config) [![Project documentation](https://img.shields.io/badge/documentation-online-blue?style=flat-square)](https://nextcloud.github.io/nextcloud-vite-config/) + +Shared Vite ⚡ config for Nextcloud apps and libraries, which also can be easily extended. + +## API reference + +The full API reference can be found on the [documentation](https://nextcloud.github.io/nextcloud-vite-config/). + ## How to use If your app uses an entry point for the main app and one for the settings page, then your default project tree will look like this: ```