|
před 3 roky | |
---|---|---|
build | před 3 roky | |
config | před 3 roky | |
service | před 3 roky | |
src | před 3 roky | |
static | před 3 roky | |
.babelrc | před 3 roky | |
.gitignore | před 3 roky | |
README.md | před 3 roky | |
index.html | před 3 roky | |
package.json | před 3 roky |
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