Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.
/ freeacs-web Public archive

(WIP) The next generation administration interface for FreeACS

Notifications You must be signed in to change notification settings

freeacs/freeacs-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

282d315 · Sep 4, 2021

History

28 Commits
Apr 12, 2019
Apr 22, 2019
Apr 22, 2019
Apr 12, 2019
Apr 12, 2019
Sep 4, 2021
Apr 22, 2019
Apr 17, 2019
Apr 12, 2019
Apr 15, 2019
Apr 15, 2019
Apr 15, 2019

Repository files navigation

ARCHIVED!

Due to inactivity for several years and because no one wanted to maintain it, this project and all other projects in this org is archived.

freeacs-web

This project is used in conjunction with https://github.com/freeacs/freeacs-data-api

The development server in this project will proxy pass /rest to http://localhost:9000/rest, so the above server must either be running locally or somewhere else (for the latter you must change vue.config.js).

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

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.