diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-14 18:29:25 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-14 18:29:25 +0200 |
commit | 961aceb727227a73859414070e3cc1b09d2281b0 (patch) | |
tree | f147fe6140374947c822de2b817d8fdc22960c04 /store/README.md | |
parent | 0dfb5fd5fb29df8695fbde823e04f18cceb31be5 (diff) |
Add store
Diffstat (limited to 'store/README.md')
-rw-r--r-- | store/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/store/README.md b/store/README.md deleted file mode 100644 index 1972d27..0000000 --- a/store/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# STORE - -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your Vuex Store files. -Vuex Store option is implemented in the Nuxt.js framework. - -Creating a file in this directory automatically activates the option in the framework. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store). |