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
- Host: GitHub
- URL: https://github.com/fullstack-dev3/node-vue
- Owner: fullstack-dev3
- Created: 2023-08-17T07:04:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T08:56:08.000Z (over 2 years ago)
- Last Synced: 2025-02-23T16:14:44.572Z (11 months ago)
- Language: Vue
- Size: 246 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```