Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 344 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 344 Bytes

oceanfront

Vue UI framework for 1CRM 9

Quick Start

yarn install

Live Development Server

yarn demo

Build Packages

This produces minified sources in packages/oceanfront/dist and a demo site in packages/demo/dist. The demo site expects to be available at /ofdocs/ when hosted.

yarn build