JhonatanKeretz / Project

teste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

projeto-planoacao

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Para rodar server (backend)

Executar seguintes comandos de instação:

npm i typescript ts-node-dev @types/express @types/morgan @types/cors -D

npx tsc --init

npm i axios

para rodar server comando:

npm run dev

Para rodar frontend

Executar seguintes comandos de instação:

vue add vuetify

npm i axios

Para rodar frontend:

npm run serve

About

teste


Languages

Language:Vue 73.8%Language:TypeScript 22.5%Language:HTML 2.9%Language:JavaScript 0.7%