https://github.com/dan-almenar/dan-dev
https://github.com/dan-almenar/dan-dev
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dan-almenar/dan-dev
- Owner: dan-almenar
- Created: 2021-09-16T17:34:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T19:18:54.000Z (over 3 years ago)
- Last Synced: 2025-01-16T03:16:32.079Z (4 months ago)
- Language: Vue
- Homepage: https://dan-developer.web.app
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dan-dev
### Personal WebApp that also serves me to get more Vue.js practice.
### You may go ahead and use my design if it pleases you (spoiler: I'm no UI designer).
### Note: You may see it live [here](https://dan-developer.web.app)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).