-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
25,198 additions
and
5,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,21 @@ | ||
# Vue.js | ||
# Personnal dashboard | ||
|
||
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. | ||
|
||
[![Deploy with Vercel](https://vercel.com/button)](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_ | ||
Quick access to links, data and other widgets | ||
|
||
## Running Locally | ||
|
||
``` | ||
yarn install | ||
npm install | ||
``` | ||
|
||
#### Compile and hot-reload for development | ||
|
||
``` | ||
yarn serve | ||
npm run serve | ||
``` | ||
|
||
#### Compile and minify for production | ||
|
||
``` | ||
yarn build | ||
``` | ||
|
||
#### Lint and fix files | ||
|
||
``` | ||
yarn lint | ||
npm run build | ||
``` |
Oops, something went wrong.