Skip to content

Commit

Permalink
add simple readme to test_project
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Sep 15, 2022
1 parent d2915b2 commit 0c9b209
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test_project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# vite-plugin-runtime-config Test Project

This project exists to test and demonstrate the usage of _vite-plugin-runtime-config_.

It consists of a very minimal vue component ([App.vue](./App.vue)) and a minimal [index.html](./index.html) that reference runtime configuration through `window.config` as well as `{{ … }}` syntax.
The values of these configurations is defined in [.env](./.env).

0 comments on commit 0c9b209

Please sign in to comment.