Skip to content

Commit

Permalink
Add more content
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphartin committed Mar 1, 2024
1 parent 546d5c9 commit 8fba8ba
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
7 changes: 2 additions & 5 deletions nuxt-module/docs/content/1.intro/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ UseMods is a mighty, seamless function for effortlessly constructing frontend an

With UseMods, you'll have all the bells, whistles, and scooter mirrors you need to create a stunning, fully functional application.



## Features
UseMods is not just any ordinary library, it's a rockstar in the world of frontend and SSR applications.
- **No Dependencies**: UseMods don't need nobody! It's a mod rocker, standing tall and proud, with no dependencies to hold it back. Use it with any frontend or SSR framework and rock on!
Expand All @@ -22,8 +24,3 @@ We're glad you asked! UseMods is an open-source project, and we welcome contribu
- **Documentation**: If you're a writer, you can help improve the documentation for UseMods. Whether it's fixing typos, adding examples, or just clarifying things, your writing, wit and wisdom are welcome.
- **Feedback**: Got ideas, found a bug, or just want to share some thoughts? Your feedback is crucial in shaping the future of UseMods, helping us to improve and evolve.

## Installation
To install UseMods, simply run the following command in your terminal:
```bash
npm install use-mods
```
22 changes: 21 additions & 1 deletion nuxt-module/docs/content/1.intro/2.installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
---
title: Installation
description: Actions are similar to mutations, the differences being that
---
---

# Installation
To install, simply run the following command in your terminal:
```bash [cmd] meta-info=val
# Using npm
npm install usemods
# Using yarn
yarn add usemods
# Using bun
bun add usemods
```

## Usage
```javascript [meta-info=val]
import { copyToClipboard } from 'usemods'
document.getElementById('copyButton').onclick = () => copyToClipboard('Hello, world!')
```

0 comments on commit 8fba8ba

Please sign in to comment.