https://github.com/towsifzilani/vue3-cli
Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex.
https://github.com/towsifzilani/vue3-cli
vue vue-cli vue-cli-3 vue-components vue3 vuejs
Last synced: 4 months ago
JSON representation
Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex.
- Host: GitHub
- URL: https://github.com/towsifzilani/vue3-cli
- Owner: towsifzilani
- Created: 2022-07-31T16:09:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T20:42:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T20:10:04.206Z (6 months ago)
- Topics: vue, vue-cli, vue-cli-3, vue-components, vue3, vuejs
- Language: HTML
- Homepage:
- Size: 6.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuecli-tutorials
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).