https://github.com/duquejo/vue-journal-vuex
Vue Journal App project
https://github.com/duquejo/vue-journal-vuex
Last synced: 4 days ago
JSON representation
Vue Journal App project
- Host: GitHub
- URL: https://github.com/duquejo/vue-journal-vuex
- Owner: duquejo
- Created: 2023-09-05T23:53:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T13:20:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T21:16:02.824Z (over 1 year ago)
- Language: CSS
- Size: 3.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 07-journal
## 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/).