Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdegenne/mwc3-back-helpers
Suite of modules to help building tools around the MWC framework.
https://github.com/vdegenne/mwc3-back-helpers
esm material-3 material-web material-web-components material-you nodenext npm
Last synced: about 1 month ago
JSON representation
Suite of modules to help building tools around the MWC framework.
- Host: GitHub
- URL: https://github.com/vdegenne/mwc3-back-helpers
- Owner: vdegenne
- Created: 2024-01-12T16:25:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:51:34.000Z (3 months ago)
- Last Synced: 2024-09-09T09:31:55.699Z (3 months ago)
- Topics: esm, material-3, material-web, material-web-components, material-you, nodenext, npm
- Language: TypeScript
- Homepage:
- Size: 783 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# mwc3-back-helpers
📂 Suite of modules to help building tools around the [MWC](https://github.com/material-components/material-web) framework.
## 👷 Development
#### Prerequisites
The sources rely on some data maps that need to be built prior to development
```bash
git clone https://github.com/vdegenne/mwc3-back-helpers.git
cd mwc3-back-helpers
npm i
npm run build
```#### 🥼 Test
This repository uses `wireit`, tests can be run in watch mode using the following command:
```bash
npm run test --watch
```