0.0.13 • Published 7 months ago

@evidence-dev/labs v0.0.13

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Evidence Labs

Evidence labs contains experiemental components and features for Evidence projects.

To install Evidence

npx degit evidence-dev/template my-project
cd my-project
npm install
npm run dev

Using Evidence Labs Components

  1. Install the package from npm:
    npm install --save @evidence-dev/labs
  2. Include it in your evidence.plugins.yaml file:

    components:
        @evidence-dev/core-components: {}
        @evidence-dev/labs: {}
  3. Add the component to your page!

Build your own plugin

  1. Clone this repository
  2. Add your components to the src/lib directory
  3. Test they work by adding them to a page in the pages/ directory
  4. Edit the name in package.json from @evidence-dev/labs to your-plugin-name and set the version to 0.0.1
  5. Publish to npm with npm publish (You will need to be logged in to an npm account)
0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

7 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago