https://github.com/sudo-self/vue
https://github.com/sudo-self/vue
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sudo-self/vue
- Owner: sudo-self
- Created: 2023-11-21T13:22:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T13:22:36.000Z (over 2 years ago)
- Last Synced: 2025-10-26T18:40:19.924Z (8 months ago)
- Language: Vue
- Homepage: https://vue-gilt-two.vercel.app
- Size: 119 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js
This directory is a brief example of a [Vue.js](https://vuejs.org/) app that can be deployed to Vercel with zero configuration.
## Deploy Your Own
Deploy your own Vue.js project with Vercel.
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/vue&template=vue)
_Live Example: https://vue-template.vercel.app_
## Running Locally
```
yarn install
```
#### Compile and hot-reload for development
```
yarn serve
```
#### Compile and minify for production
```
yarn build
```
#### Lint and fix files
```
yarn lint
```