Nenhuma descrição

刘秋岐 75bc250e52 #init 2 anos atrás
build 75bc250e52 #init 2 anos atrás
config 75bc250e52 #init 2 anos atrás
service 75bc250e52 #init 2 anos atrás
src 75bc250e52 #init 2 anos atrás
static 75bc250e52 #init 2 anos atrás
.babelrc 75bc250e52 #init 2 anos atrás
.gitignore 75bc250e52 #init 2 anos atrás
README.md 75bc250e52 #init 2 anos atrás
index.html 75bc250e52 #init 2 anos atrás
package.json 75bc250e52 #init 2 anos atrás

README.md

The Weather Helper

The Weather Helper is built with Vue.js + Element UI + Express + axios + SQLite3.

There is a test account for you:

​ Username: test

​ Password: 123456

Screenshots

屏幕快照 2020-04-30 19.12.48.png

屏幕快照 2020-04-30 19.13.07.png

屏幕快照 2020-04-30 19.13.58.png

屏幕快照 2020-04-30 19.13.33.png

屏幕快照 2020-04-30 19.14.39.png

屏幕快照 2020-04-30 19.21.31.png

屏幕快照 2020-04-30 19.21.54.png

How to run it

Step 1 - Install module dependencies

git clone https://github.com/Produce-404/Weather-Helper.git  //Download
cd Weather-Helper   // Enter main folder
npm install         // Install dependencies

Step 2 - Open website (front-end)

// Open Website
npm run dev

Step 3 - Run Server (back-end)

// run server
cd service
node app 

Step 4 - Build

npm run build