An open API service indexing awesome lists of open source software.

https://github.com/tiagobernard/site-tb-vue

Versão do site tiagobernardes.com.br recriada em Vue.js, originalmente desenvolvida em HTML puro em 1998 e posteriormente migrada para WordPress de 2012 a 2023.
https://github.com/tiagobernard/site-tb-vue

Last synced: 3 months ago
JSON representation

Versão do site tiagobernardes.com.br recriada em Vue.js, originalmente desenvolvida em HTML puro em 1998 e posteriormente migrada para WordPress de 2012 a 2023.

Awesome Lists containing this project

README

        

# site tiagobernardes.com.br feito em vuejs 3

## Clone the project
```
$ git clone https://github.com/tiagobernard/site-tb-vue
```

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).