Skip to content

Commit 5de3ca2

Browse files
committed
feat: refactor
1 parent 426c9e7 commit 5de3ca2

File tree

102 files changed

+1946
-12638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1946
-12638
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# vue-telemetry-website
2+
3+
> Curated list of vuejs websites
4+
5+
## Installation
6+
7+
Make sure to have [Yarn](https://classic.yarnpkg.com/en/) installed.
8+
9+
After cloning the repository, install the dependencies:
10+
11+
```bash
12+
yarn install
13+
```
14+
15+
You also need to have Netlify CLI installed:
16+
17+
```bash
18+
yarn global add netlify-cli
19+
```
20+
21+
## Development
22+
23+
```bash
24+
netlify dev
25+
```
26+
27+
Then go to [http://localhost:8888](http://localhost:8888).
28+
29+
30+
## Build Setup
31+
32+
```bash
33+
yarn generate
34+
```
35+
36+
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

0 commit comments

Comments
 (0)