Skip to content

a9650615/dmhy_newban_downloader_webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app with next-sass

dmhy 自動下載工具的網頁端管理介面

執行前請先複製 .env 檔案並且配置對應版本,開發請定為 .env.development,發行版為 .env.production,其他問題可以參考連結 並且要設定裡面 NEXT_PUBLIC_API_URL 內的值,例如網站是 http://localhost:8888 就設定成 NEXT_PUBLIC_API_URL=http://localhost:8888

如要開發使用以下方式安裝並且執行:

npm install
npm run dev
# or
yarn
yarn dev

如要執行 Production 請使用以下方式安裝並且執行:

npm run build
npm run start
# or
yarn build
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published