0.1.11 • Published 5 years ago
@internetarchive/ia-bookmark-edit v0.1.11
\
This webcomponent follows the open-wc recommendation.
Installation
npm i @internetarchive/ia-bookmark-editUsage
<script type="module">
import '@internetarchive/ia-bookmark-edit/ia-bookmark-edit.js';
</script>
<ia-bookmark-edit></ia-bookmark-edit>Linting with ESLint, Prettier, and Types
To scan the project for linting errors, run
npm run lintTo automatically fix many linting errors, run
npm run formatTesting with Karma
To run the suite of karma tests, run
npm run testTo run the tests in watch mode (for TDD, for example), run
npm run test:watchTooling 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 startTo run a local development server that serves the basic demo located in demo/index.html
0.1.10
5 years ago
0.1.11
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.9
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.4-alpha.bcbe457
5 years ago
0.1.4-alpha.1524956
5 years ago
0.1.4-alpha.b43203e
5 years ago
0.1.4-alpha.48a7b0b
5 years ago
0.1.4-alpha.d170ec2
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago