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.
- Host: GitHub
- URL: https://github.com/tiagobernard/site-tb-vue
- Owner: tiagobernard
- Created: 2022-01-27T18:42:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T20:12:10.000Z (4 months ago)
- Last Synced: 2025-02-05T20:34:07.030Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 2.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).