https://github.com/enkryptcom/mydotwallet
https://github.com/enkryptcom/mydotwallet
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enkryptcom/mydotwallet
- Owner: enkryptcom
- License: mit
- Created: 2022-09-13T18:38:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T01:02:53.000Z (about 2 years ago)
- Last Synced: 2025-06-26T09:48:24.290Z (12 months ago)
- Language: Vue
- Size: 35.2 MB
- Stars: 2
- Watchers: 8
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mydotwallet
mydotwallet page
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```