Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 1.5 KB

README.md

File metadata and controls

65 lines (50 loc) · 1.5 KB

Sluggo-SPA

License

The single-page-application frontend for Sluggo written in Vue.js and TypeScript.

Project setup

nvm setup (optional)

nvm install --lts
nvm use --lts

Install packages

yarn

Run the Application

When setting up the project, be sure to do the following:

Then run:

yarn run serve

You may access the SPA instance from http://localhost:8080 in your browser.

Be sure to use this address, using 127.0.0.1:8080 will result in errors.

Ideally, this will be privately configurable later.

Compiles and minifies for production

yarn run build

Run your unit tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Key Technologies

License

This project is licensed under the Apache 2.0 License. See LICENSE for details.