Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-code-d committed Oct 2, 2023
1 parent 8a36466 commit 77f2c76
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,46 @@
# Password Generator App

![Password Generator App]([your-image-url-here](https://i.imgur.com/z1ZRFyT.png))

## Project Setup
To set up this project, run the following command to install dependencies:

# password-generator-app

## Project setup


```
npm install
```

### Compiles and hot-reloads for development
## Development Mode
To compile and enable hot-reloading for development, use the following command:

```
npm run serve
```

### Compiles and minifies for production
## Production Build
For production deployment, you can compile and minify the project with:

```
npm run build
```

### Lints and fixes files
## Code Linting
To lint and fix code issues, run:

```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## Project Description
This project is an open-source password generator application built using Vue.js and Bulma CSS framework. It allows users to generate strong and secure passwords with ease.

**License:** MIT License

**Author:** Please make sure to credit the author when using or sharing this project.

0 comments on commit 77f2c76

Please sign in to comment.