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