You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`modules` - core VSModules. Read more about modules [here](https://divanteltd.github.io/vue-storefront/guide/modules/introduction.html)
27
28
-`pages` - Vue Storefront core pages
28
-
-`plugins` - Core Vue plugins
29
29
-`scripts` - scripts like installer
30
30
-`service-worker` - Core service worker. It's merged with `sw-precache` data from `build` and `{theme}/service-worker-ext.js`
31
31
-`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
32
33
33
34
-`src` - Main project folder containing Vue Storefront core and themes. This is your app playground so you can modify this folder.
34
35
-`modules` - project-specific VSModules and extensions
35
36
-`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
0 commit comments