Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenjiahan/modern-module-css-modules-name-issue
https://github.com/chenjiahan/modern-module-css-modules-name-issue
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenjiahan/modern-module-css-modules-name-issue
- Owner: chenjiahan
- Created: 2023-09-22T06:54:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T06:54:59.000Z (over 1 year ago)
- Last Synced: 2024-10-19T19:46:31.006Z (3 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern.js Package
## Setup
Install the dependencies:
```bash
pnpm run install
```## Get Started
Run and debug the module:
```
pnpm run dev
```Run test cases:
```
pnpm run test
```Build the module for production:
```
pnpm run build
```Enable optional features:
```
pnpm run new
```Other commands:
```
pnpm run lint # Lint and fix source files
pnpm run change # Add a new changeset
pnpm run bump # Update version and changelog via changeset
pnpm run release # Release the package```
For more information, see the [Modern.js Module documentation](https://modernjs.dev/module-tools/en).