This starter kit was built to help you to develop faster ui extensions in contentful with benefits of VueJS
- Clone this repo:
$ git clone [email protected]:jefer590/vuejs-ui-extension-contentful-starterkit.git
-
Go to the extension folder and install the dependencies using
yarn
(recommended) ornpm
-
Change names in the
extension.json
andpackage.json
files
-
Webpack with vue, css and inline html loader (highly customizable)
-
VueJS >=2.6
-
Contentful UI Extension SDK
-
ESlint with Vue Recommended and Standard
If you noticed a problem in the starter pack. Feel absolutely free to file a new issue or either to open a PR with the fix