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

Latest commit

 

History

History
44 lines (33 loc) · 866 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 866 Bytes

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.