- Fix having to import css in HTML
- React
- Document
- Add to Storybook
- Events
- Add tests for all
- Add Storybook actions for all
- .gitignore
- Atomic folders?
- Framework specific?
- Automatic CHANGELOG
- Automatic Figma pull?
- Deploy Storybook
- Build npm packages:
- Web Components
- React
- Angular
- Deploy all to Artifactory
- PR: Detect code test coverage
- PR: Detect doc coverage
- Lighthouse
- Accessibility
- Localisation
import {msg, str} from '@lit/localize';//...
lit-localize.json
- add
desc
tomsg
templates:
render() { return html`<button> ${msg("Launch", { desc: "Button that begins rocket launch sequence.", })} </button>`; }```
- README.md
- Localization: Translation Report
- Relationship with ZDS
- Styling setup [Styled vs Tailwind]
- Theming
- Tests
- Strict Guidelines:
- Theming
- Storybook
- Tests
- LICENSE
- ESDoc style
- Primitives file
- Tokens file
- How to automatically extract variables from web components?
- ESLint
- Prettier