Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wamibee committed Jun 4, 2024
1 parent b7ecc74 commit 85b1d6a
Show file tree
Hide file tree
Showing 13 changed files with 25,198 additions and 5,022 deletions.
24 changes: 5 additions & 19 deletions README.md
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
```
Loading

0 comments on commit 85b1d6a

Please sign in to comment.