0.1.0-alpha.16 • Published 4 years ago

@toucantoco/components v0.1.0-alpha.16

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Toucan components

Base building blocks of Toucan Toco apps.

Overview

This package exposes Vue components for use in other Toucan Toco projects. We use vue-cli as build system and tooling. Demo and documentation can be found on https://tc-components.edlb.dev.

Pre-requisites

node and yarn are required to run the following commands.

Alternatively, the yarn commands can be executed in a Docker container, like node:latest:

docker run -iv $PWD:/tc-components -w /tc-components -t node:latest yarn <command>

Build

yarn build exports transpiled JS files in the dist/ folder, prior to publication.

The public API is exposed in src/main.js. Export all usable components and utility functions in there.

Develop

yarn serve locally serves the doc site.

To execute the serve command using Docker, the -p option must be added:

docker run -ip 8080:8080 -v $PWD:/tc-components -w /tc-components -t node:latest yarn serve
0.1.0-alpha.16

4 years ago

0.1.0-alpha.15

4 years ago

0.1.0-alpha.14

4 years ago

0.1.0-alpha.12

4 years ago

0.1.0-alpha.13

4 years ago

0.1.0-alpha.11

4 years ago

0.1.0-alpha.10

4 years ago

0.1.0-alpha.9

4 years ago

0.1.0-alpha.8

4 years ago

0.1.0-alpha.7

4 years ago

0.1.0-alpha.6

4 years ago

0.1.0-alpha.5

4 years ago

0.1.0-alpha.4

4 years ago

0.1.0-alpha.3

4 years ago

0.0.0

4 years ago