0.1.1 • Published 3 years ago

vue-tinacms v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

vue-tinacms

This is a basic package to make integrating Vanilla JS TinaCMS APIs into Vue.js dead-simple.

Usage

Contributing

Prerequisites

You must have NodeJS LTS installed.

Installation

Install the project dependencies by running:

npm install

Development

Start a development server by running:

npm start

Production Builds

Build a production build by running:

npm run build