2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00
iconify/iconify-icon-demo/lit-demo
2022-06-19 23:56:30 +03:00
..
assets Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00
src Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00
.editorconfig Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00
.gitignore Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00
index.html Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00
LICENSE Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00
package.json Update dependencies, make build work correctly with pnpm 2022-06-19 22:25:00 +03:00
README.md Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00
rollup.config.js Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00
tsconfig.json Fix demos that were broken by pnpm migration 2022-06-19 23:56:30 +03:00
web-dev-server.config.mjs Lit demo for web component, minor tweaks to other demo packages 2022-05-17 11:41:40 +03:00

Open-wc Starter App

Built with open-wc recommendations

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.