|
пре 3 година | |
---|---|---|
build | пре 3 година | |
config | пре 3 година | |
service | пре 3 година | |
src | пре 3 година | |
static | пре 3 година | |
.babelrc | пре 3 година | |
.gitignore | пре 3 година | |
README.md | пре 3 година | |
index.html | пре 3 година | |
package.json | пре 3 година |
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