Skip to content

Commit 99ba8ec

Browse files
authored
Update project-structure.md
1 parent eb26777 commit 99ba8ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guide/basics/project-structure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ Below you can find the Vue Storefront project structure with explanations and co
2323
- `helpers` - Global helpers
2424
- `lib` - Core libraries allowing functionalities like theme support, modules etc
2525
- `mixins` - Core Vue mixins
26+
= `i18n` - Internationalization plugin
2627
- `modules` - core VSModules. Read more about modules [here](https://divanteltd.github.io/vue-storefront/guide/modules/introduction.html)
2728
- `pages` - Vue Storefront core pages
28-
- `plugins` - Core Vue plugins
2929
- `scripts` - scripts like installer
3030
- `service-worker` - Core service worker. It's merged with `sw-precache` data from `build` and `{theme}/service-worker-ext.js`
3131
- `store` - Core Vuex stores (related: [Working with Vuex](../vuex/introduction.md), [Working with data](../data/data.md)). **This part is depreciated and will be slowly migrated to modules and lib folder**
32+
- `types` - Core TypeScript typings
3233

3334
- `src` - Main project folder containing Vue Storefront core and themes. This is your app playground so you can modify this folder.
3435
- `modules` - project-specific VSModules and extensions
3536
- `themes` - Vue Storefront core theme along with amp-theme. You can change the active theme in `config/` folder.
36-
- `server` - additional Express routes that you can add to the folder
37+
- `server` - additional Express routes
3738

0 commit comments

Comments
 (0)