Skip to content

Frontend of OH!SHOWN 野生動物出沒痕跡通報系統 ohshown.site . Built with Vue.js. For backend please checkout https://github.com/OH-SHOWN/ohshown-backend

Notifications You must be signed in to change notification settings

OH-SHOWN/ohshown-frontend

 
 

Repository files navigation

OH!SHOWN Frontend

OH!SHOWN 野生動物出沒痕跡通報系統 的前端。搭配對應的 後端 以呈現通報資料。

本專案為 Disfactory 違章工廠舉報系統 分支,感謝相關社群與人士分享與指教。

分支目前還處於基於 Disfactory 違章工廠舉報系統 程式碼重構施工階段中。 文件、程式碼與單元測試皆尚未更新完畢;歡迎大家直接送重構用程式碼、補丁與 Pull Request 。

Project setup

Pre-requisite

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash 

if you are using windows go to https://github.com/coreybutler/nvm-windows and download .zip

  • Download node(version 14 and 16 is not allowed)
nvm install 15.14.0
  • git clone
git clone https://github.com/OH-SHOWN/ohshown-frontend.git

Usage

cp .env.example .env
npm install

Compiles and hot-reloads for development

npm run serve
  • You can see the following words in the terminal if you success.
App running at:
  - Local:   http://localhost:8080/
  - Network: http://192.168.50.226:8080/

then click the URL.

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

About

Frontend of OH!SHOWN 野生動物出沒痕跡通報系統 ohshown.site . Built with Vue.js. For backend please checkout https://github.com/OH-SHOWN/ohshown-backend

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 58.5%
  • TypeScript 37.1%
  • SCSS 2.6%
  • Other 1.8%