This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
2.1.0
Changes
- The theme now has a smaller footprint. It will be up to the user to determine how to structure things like layouts, components, etc...
- No longer depending on
vue-cli
. To install the theme, simplygit clone
,npm install
, andnpm run setup
. This makes for much simpler development of the theme.
Improvements
- Upgraded to Vue 2.1
- Upgraded to Webpack 2.2
- JSX included out of the box
- Vue template compiler added to testing environment
- Auto-fixing eslint for both
.js
and.vue
files