Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A WordPress [Vue.js](https://vuejs.org/) starter plugin with required toolbelts
## 📦 What it ships with?

- Pre-configured webpack config
- Babel loader, Vue loader, CSS and LESS loader
- Babel loader, Vue loader, CSS, LESS and SCSS loader
- Separate `vendor.js` with all vendor scripts
- Uglify JS for production
- Separate `frontend.js` and `admin.js`
- Extracted CSS/LESS to separate `frontend.css` and `admin.css` files.
- Extracted CSS/LESS/SCSS to separate `frontend.css` and `admin.css` files.
- Auto reloading with Browser with **Browsersync** *([config](config.json))*
- [Vue](https://vuejs.org/) and [Vue Router](https://router.vuejs.org/en/)
- Frontend (shortcode) and Backend starter app
Expand Down
2 changes: 1 addition & 1 deletion assets/js/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/frontend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/style.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/vendors.js

Large diffs are not rendered by default.

Empty file added assets/scss/style.scss
Empty file.
Loading