https://github.com/engineerdanny/learning-vue
A lesson with the Vue👌 frontend framework
https://github.com/engineerdanny/learning-vue
javascript javascript-framework js vue vue3 vuecli vuejs
Last synced: about 2 months ago
JSON representation
A lesson with the Vue👌 frontend framework
- Host: GitHub
- URL: https://github.com/engineerdanny/learning-vue
- Owner: EngineerDanny
- Created: 2021-09-21T16:26:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T17:53:12.000Z (over 4 years ago)
- Last Synced: 2025-08-25T02:23:29.753Z (9 months ago)
- Topics: javascript, javascript-framework, js, vue, vue3, vuecli, vuejs
- Language: Vue
- Homepage:
- Size: 252 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-vue
## 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/).