0.1.8-alpha11 • Published 3 years ago

@crossfields/puzzle-elements v0.1.8-alpha11

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

Puzzle Elements

Puzzle element is a single page form generation from a json configuration file.

Commit message

Conventional Commits

Versioning

github versioning works fine, follow the semver procedures.

Config files

Config files can be added by adding a submodule to the package

git submodule add git@github.com:crossfields-technology/puzzle-configs.git

Updating

git submodule update

Quickstart

To get started:

npm init @open-wc
# requires node 10 & npm 6 or higher

Scripts

  • start runs your app for development, reloading on file changes
  • start:build runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Web Test Runner
  • lint runs the linter for your project

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.