Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 982 Bytes

File metadata and controls

31 lines (19 loc) · 982 Bytes

Contentful UI Extensions Starter Kit with VueJS

JavaScript Style Guide

Introduction

This starter kit was built to help you to develop faster ui extensions in contentful with benefits of VueJS

How to use this

  • 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) or npm

  • Change names in the extension.json and package.json files

🎉 You are ready to start to develop 🎉

What does this includes?

  • Webpack with vue, css and inline html loader (highly customizable)

  • VueJS >=2.6

  • Contentful UI Extension SDK

  • ESlint with Vue Recommended and Standard

Help Wanted

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