Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seongyuhwang/nodejs-mvc-by-vue
nodejs, mvc, express, vue, webpack
https://github.com/seongyuhwang/nodejs-mvc-by-vue
express mixin mysql node12 spa vue vue-router vuex webpack3
Last synced: about 2 months ago
JSON representation
nodejs, mvc, express, vue, webpack
- Host: GitHub
- URL: https://github.com/seongyuhwang/nodejs-mvc-by-vue
- Owner: SeonGyuHwang
- License: mit
- Created: 2020-05-22T07:05:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T02:17:13.000Z (about 4 years ago)
- Last Synced: 2024-10-12T13:42:02.241Z (3 months ago)
- Topics: express, mixin, mysql, node12, spa, vue, vue-router, vuex, webpack3
- Language: JavaScript
- Homepage:
- Size: 7.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![CreatePlan](https://img.shields.io/badge/nodejs-12.x-green)
![CreatePlan](https://img.shields.io/badge/npm-6.x-blue)
![CreatePlan](https://img.shields.io/badge/express-4.x-brightgreen)
![CreatePlan](https://img.shields.io/badge/mysql-2.x-blueviolet)
![CreatePlan](https://img.shields.io/badge/ejs-3.x-9cf)
![CreatePlan](https://img.shields.io/badge/socket.io-2.x-ff69b4)
![CreatePlan](https://img.shields.io/badge/webpack-3.x-red)
![CreatePlan](https://img.shields.io/badge/vue-2.x-orange)
![CreatePlan](https://img.shields.io/badge/vuex-3.x-yellow)
![CreatePlan](https://img.shields.io/badge/vue--router-3.x-lightgrey)Welcome Nodejs MVC By Vue
============DDL
------------
```
Path: DDL/TABLE_DDL.sql
```MySQL setting
------------
```
Path: web.js
line : 68 ~ 76
```Naver & Google API setting
------------
- __[Naver Developer Link](https://developers.naver.com/main)__
- __[Google Cloud Platform](https://console.cloud.google.com/home/dashboard)__
```
Path: vue/src/store/modules/common/index.js
line : 13 ~ 18
```Webpack proxy setting
------------
```
Path: vue/config/index.js
```express
------------
```
exec : package.json -> npm install && npm start
```Vue
------------
```
exec : vue/package.json -> npm install && npm start
build : vue/package.json -> npm install && npm bulid
```homepage ( Vue )
------------
```
Local Vue URL : http://localhost:8001
REAL URL : http://localhost:8080
```