Skip to content

XinxingChen/ASF-ui

 
 

Repository files navigation

ASF-ui

Standalone web interface for ASF

Build status (AppVeyor) Build status (Travis) Github last commit date Code Climate Version License


Installation

  1. Download latest ASF-ui release
  2. Extract the archive into ASF's www folder
  3. Clear cache and enjoy

Development

git clone
npm i
npm start

Note: A local instance of ASF with IPC enabled is required.

Custom builds

Using a custom build of ASF-ui with ASF's internal http-server, a downloaded copy of it or your custom web-interface is very easy. First you need to clone your fork or this repository and install all dependencies.

git clone
npm i

You can now modify the source-code to your liking. When you are done with that you can build your custom version.

npm run build

To make ASF's Kestrel serve your frontend you have to start ASF with the command-line argument --path, which is explained in detail in ASF's wiki. Just copy the contents of the folder dist that was created by npm to the appropriate location described on ASF's wiki and you are good to go.

About

Standalone web interface for ASF

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 68.5%
  • JavaScript 24.1%
  • CSS 6.7%
  • HTML 0.7%