https://github.com/android-password-store/passwordstore.app
Landing page for Android Password Store
https://github.com/android-password-store/passwordstore.app
Last synced: 5 months ago
JSON representation
Landing page for Android Password Store
- Host: GitHub
- URL: https://github.com/android-password-store/passwordstore.app
- Owner: android-password-store
- License: mit
- Created: 2021-10-06T18:48:27.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-14T17:20:34.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:42:06.615Z (about 2 years ago)
- Language: Vue
- Homepage: https://passwordstore.app
- Size: 895 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APS Website
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).