socket-io-admin-ui/ui
Damien Arrachequesne 5a8a75edc0
feat(ui): separate the namespace from the server URL
This should help prevent people from connecting to the main namespace,
when they forget to include the namespace at the end of the server URL.

Related:

- https://github.com/socketio/socket.io-admin-ui/issues/26
- https://github.com/socketio/socket.io-admin-ui/issues/42
2022-06-23 15:11:48 +02:00
..
dist chore(release): 0.3.0 2022-05-03 07:33:06 +02:00
public initial commit 2021-04-15 12:28:15 +02:00
src feat(ui): separate the namespace from the server URL 2022-06-23 15:11:48 +02:00
.browserslistrc initial commit 2021-04-15 12:28:15 +02:00
.env initial commit 2021-04-15 12:28:15 +02:00
.eslintrc.js initial commit 2021-04-15 12:28:15 +02:00
.gitignore chore(release): 0.0.1 2021-04-15 15:22:19 +02:00
Dockerfile chore: add Dockerfile (#25) 2021-09-01 09:03:19 +02:00
README.md initial commit 2021-04-15 12:28:15 +02:00
babel.config.js initial commit 2021-04-15 12:28:15 +02:00
package-lock.json feat: add production mode 2022-06-22 01:18:52 +02:00
package.json feat: add production mode 2022-06-22 01:18:52 +02:00
vue.config.js refactor(ui): minor usability improvements 2022-06-23 13:43:13 +02:00

README.md

ui

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.