Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oscarmarina/blockquote-web-components
Mono repo blockquote-web-components
https://github.com/oscarmarina/blockquote-web-components
Last synced: 11 days ago
JSON representation
Mono repo blockquote-web-components
- Host: GitHub
- URL: https://github.com/oscarmarina/blockquote-web-components
- Owner: oscarmarina
- License: mit
- Created: 2022-01-05T11:34:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T10:31:38.000Z (21 days ago)
- Last Synced: 2024-10-20T02:07:20.071Z (20 days ago)
- Language: JavaScript
- Homepage: https://main--adorable-macaron-7c1b61.netlify.app/
- Size: 8.62 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockquote Web Components
### [Raw Demo](https://main--adorable-macaron-7c1b61.netlify.app/)
---
## Usage
_**npm** with Node.js version 18.0.0 or higher_
`In the root directory`
```bash
npm install
```## Commands
`In a specific component`
### Serve your WebComponent
```bash
npm run start
```### Test your WebComponent
```bash
npm run test
// or
npm run test:watch
```### Code Style
```js
npm run lint
``````js
npm run format
``````js
npm run test
```### Generate documentation
- [custom-elements.json](https://custom-elements-manifest.open-wc.org)
```bash
npm run analyze
```
## Commands
`Monorepo - root directory`
If you want to analyze, format, lint and test ALL your code you can run from the root directory:
```js
npm run analyze
// or
npm run lint
// or
npm run format
// or
npm run test
```
### Changelog
Detailed changes for each version are documented in the [CHANGELOG](CHANGELOG.md) file