https://github.com/dext7r/vue-modern-ui
https://github.com/dext7r/vue-modern-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dext7r/vue-modern-ui
- Owner: dext7r
- Created: 2024-04-19T09:41:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T09:43:37.000Z (about 2 years ago)
- Last Synced: 2025-02-01T20:27:25.685Z (over 1 year ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- 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:
```bash
pnpm run dev
```
Run test cases:
```bash
pnpm run test
```
Build the module for production:
```bash
pnpm run build
```
Enable optional features:
```bash
pnpm run new
```
Other commands:
```bash
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).