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