Skip to content

Latest commit

 

History

History

docs

@vime/docs

Vime is simply a collection of web components that help you easily build and customize your our own media player. This package contains the source code for the Vime documentation site hosted at https://vimejs.com. The website is built using Docusaurus 2, a modern static website generator.

Local Development

$: yarn install

$: yarn start

The start command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

API Documentation

It's important to note that components is autogenerated by @vime/core. If you'd like to update those docs then make any changes inside packages/core/src/components and then run the following to update:

$: cd ..

$: yarn install

$: yarn workspace @vime/core build