0.0.14 • Published 7 years ago

machiina-web-components v0.0.14

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

Machiina Web Components

This is a project for building a standalone Web Component using Stencil. Need help? Check out our docs here.

Getting Started

To run:

npm install
npm start

To watch for file changes during develop, run:

npm run dev

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

Components

Naming Components

Use the prefix mwc an specific name mwc-helloworld

Data to Components

  • In component use camelCase to name the diferent params. validateOnBlur
  • To send data for that params use kebabCase. validate-on-blur

Updates for npm

Bugs and minor adjustments

  • Update de patch version npm version patch
  • Publish the changes pm publish

Changes in components (props, events, etc) or new Component

  • Update de patch version npm version minor
  • Publish the changes pm publish

Changes that could break background compatibility

  • Update de patch version npm version major
  • Publish the changes pm publish
0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago