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