/contentful-vitesse-starter

A Contentful App Starter Template using Vue3 + Vite2. ⚡️

Primary LanguageTypeScriptMIT LicenseMIT

Contentful App Vue Starter Template

Build a Contentful App using Vue3 + Vite2. 🍟

top-language dependencies Status devDependencies Status vulnerabilities GitHub code size in bytes GitHub last commit

Table of Contents

🥦 Features

📦 Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

☑️ Checklist

When you use this template, try follow the checklist to update your info properly

  • Setup Contentful App
  • Rename name field in package.json
  • Change the author name in LICENSE
  • Clean up the READMEs

🛠 Setup

# create a new project
$ npx degit bcakmakoglu/contentful-vitesse-starter my-app
# or just clone the repo
$ git clone https://github.com/bcakmakoglu/contentful-vitesse-starter.git my-app

# you're free to use the package manager of your choosing
$ pnpm install

🧪 Development

After setting up your Contentful App config on the Contentful Web Application, you can start development. For instructions on setting up the App check the documentation.

# start (dev)
$ pnpm dev

# build app
$ pnpm build

# serve app from dist dir
$ pnpm serve

# upload dist dir to contentful
$ pnpm upload

🎮 Getting Started

In the components directory, you can find an example component for each location a Contentful App can have. They serve as a starting point to build your app.

Each of these components will be "routed" to depending on the current location of the app, i.e. you do not have to implement any more logic for an app to be served at its proper location. To see how it works check the App component.