刘秋岐 75bc250e52 #init | hace 2 años | |
---|---|---|
build | hace 2 años | |
config | hace 2 años | |
service | hace 2 años | |
src | hace 2 años | |
static | hace 2 años | |
.babelrc | hace 2 años | |
.gitignore | hace 2 años | |
README.md | hace 2 años | |
index.html | hace 2 años | |
package.json | hace 2 años |
The Weather Helper is built with Vue.js + Element UI + Express + axios + SQLite3.
There is a test account for you:
Username: test
Password: 123456
git clone https://github.com/Produce-404/Weather-Helper.git //Download
cd Weather-Helper // Enter main folder
npm install // Install dependencies
// Open Website
npm run dev
// run server
cd service
node app
npm run build