# The Weather Helper # The Weather Helper is built with Vue.js + Element UI + Express + axios + SQLite3. There is a test account for you: ​ Username: test ​ Password: 123456 ## Screenshots ![屏幕快照 2020-04-30 19.12.48.png](https://i.loli.net/2020/05/01/YQZd4jTmyNIMacq.png) ![屏幕快照 2020-04-30 19.13.07.png](https://i.loli.net/2020/05/01/xz9AyY1kGKc4PiT.png) ![屏幕快照 2020-04-30 19.13.58.png](https://i.loli.net/2020/05/01/yZ5DbRJXuASUokV.png) ![屏幕快照 2020-04-30 19.13.33.png](https://i.loli.net/2020/05/01/ClShbDwUKEQMWyV.png) ![屏幕快照 2020-04-30 19.14.39.png](https://i.loli.net/2020/05/01/fmjWLKz8Jer43Ct.png) ![屏幕快照 2020-04-30 19.21.31.png](https://i.loli.net/2020/05/01/t83b4F2XzR6MgHr.png) ![屏幕快照 2020-04-30 19.21.54.png](https://i.loli.net/2020/05/01/n3ke9sq1RDLY8Kx.png) ## How to run it #### Step 1 - Install module dependencies git clone https://github.com/Produce-404/Weather-Helper.git //Download cd Weather-Helper // Enter main folder npm install // Install dependencies #### Step 2 - Open website (front-end) // Open Website npm run dev #### Step 3 - Run Server (back-end) // run server cd service node app #### Step 4 - Build npm run build