刘秋岐 75bc250e52 #init | пре 2 година | |
---|---|---|
build | пре 2 година | |
config | пре 2 година | |
service | пре 2 година | |
src | пре 2 година | |
static | пре 2 година | |
.babelrc | пре 2 година | |
.gitignore | пре 2 година | |
README.md | пре 2 година | |
index.html | пре 2 година | |
package.json | пре 2 година |
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