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

https://github.com/fullstack-dev3/node-vue

Node.js and Vue.js Project
https://github.com/fullstack-dev3/node-vue

Last synced: 5 months ago
JSON representation

Node.js and Vue.js Project

Awesome Lists containing this project

README

          

# Node.js and Vue.js Project
- Build Node.js Typescript Express for backend
- Build Vue.js 3 Typescript for frontend

## Node.js Typescript Rest API
Build a Node.js Typescript Express

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

#### Run
```
npm run start
```

## Vue 3 Typescript with Vue Router
Build a Vue.js 3 Typescript

### 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
```