0.0.8 • Published 4 years ago

@dan-nz/nws-table v0.0.8

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

\

This webcomponent follows the open-wc recommendation.

Installation

npm i @dan-nz/nws-table

Usage

<script type="module">
  import 'nws-table/nws-table.js';
</script>

<nws-table></nws-table>

Linting with ESLint, Prettier, and Types

To scan the project for linting errors, run

npm run lint

You can lint with ESLint and Prettier individually as well

npm run lint:eslint
npm run lint:prettier

To automatically fix many linting errors, run

npm run format

You can format using ESLint and Prettier individually as well

npm run format:eslint
npm run format:prettier

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.

Local Demo with es-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago