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