A Vue.js project to enhance default SeaweedFS Filer UI.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run e2e tests
npm run e2e
# run all tests
npm test
static\page_config.js
// modify the filer address
window.g = {
filer: '127.0.0.1:8888'
}
static\page_config.js
// modify the filer language
window.g = {
locale: 'language' // zh-CN ==> Chinese en-US ==> English language
}
config\index.js
// modify the cost machine ip address
module.exports = {
dev: {
host: '127.0.0.1'
}
}
For a detailed explanation on how things work, check out the guide and docs for vue-loader.