https://github.com/ui-d/mini_diary
https://github.com/ui-d/mini_diary
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ui-d/mini_diary
- Owner: ui-d
- Created: 2019-09-03T14:11:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T16:46:21.000Z (about 3 years ago)
- Last Synced: 2025-01-31T17:53:13.277Z (over 1 year ago)
- Language: CSS
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mini-diary
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).