刘秋岐 75bc250e52 #init | před 2 roky | |
---|---|---|
build | před 2 roky | |
config | před 2 roky | |
service | před 2 roky | |
src | před 2 roky | |
static | před 2 roky | |
.babelrc | před 2 roky | |
.gitignore | před 2 roky | |
README.md | před 2 roky | |
index.html | před 2 roky | |
package.json | před 2 roky |
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