Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejcodes committed Sep 15, 2020
1 parent c8d5172 commit 0364455
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The kit provides an easy way to build a custom Shopify theme from scratch. It co
- Webpack
- ESLint
- Auto-Reload
- Easily expandable

## System requirements
- Node.js
Expand Down Expand Up @@ -68,4 +69,8 @@ $ yarn deploy:live
| settings:dev | download `settings_data.json` from dev store |
| settings:live | download `settings_data.json` from live store |
| open:dev | open the url of the dev store |
| open:live | open the url of the live store |
| open:live | open the url of the live store |

## Limitations
- Vue components can only be used in `<kebab-case />`
- `<style></style>` will be removed on mount inside vue components (basically everything inside #app), use `<component is="style"><componet>` instead

0 comments on commit 0364455

Please sign in to comment.