Skip to content

Commit b1a4f80

Browse files
authored
Merge pull request #3 from DevTony101/DevTony101-update-readme
Update README.md
2 parents fbfc6b9 + a769718 commit b1a4f80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Table of Contents
1212
* [General](#general)
1313
* [Support for base components](#support-for-base-components)
1414
* [Prettier configuration](#prettier-configuration)
15+
* [Automatic import for Vuex modules](#automatic-import-for-vuex-modules)
1516
* [Usage](#usage)
1617
* [Getting started](#getting-started)
1718
* [Using the BaseIcon component](#using-the-baseicon-component)
@@ -76,6 +77,9 @@ module.exports = {
7677
};
7778
```
7879

80+
### Automatic import for Vuex modules
81+
If you use **Vuex** in your project, Vue Clean will create a folder called `store/modules`. Inside of it there will be an `index.js` file that will automatically export all of the files you create inside the folder! Say goodbye to those days where you had to manually import your modules inside the Vuex instance. What's even better, there's no configuration needed from your side, you can start using right out-of-the-box after Vue Clean has successfully been installed.
82+
7983
## Usage
8084
### Getting started
8185
Open your vue-cli project through your terminal and write:

0 commit comments

Comments
 (0)