2020.9.9 • Published 1 year ago

@harslanhafeez/c3-vue v2020.9.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Corteza Javascript/TypeScript libs, plugins, mixins, components for Vue applications

Workflow

Prerequisites

.Make sure dependencies are loaded:

source,shell script

yarn

.Link with corteza-js:

source,shell script

yarn link "@harslanhafeez/c3-js"

.Link with projects that use this lib:

source,shell script

yarn link

(follow instructions outputed by link command)

Development

.Bundle changes

source,shell script

yarn build

Add -w flag after build to watch files for changes and auto rebuild