SolidScribe/client
Max b5ef64485f + Giant update to multiple users editing notes.
- Edits are done per DOM element, making diffs smaller and faster
- Multiple users can now edit the same note witheout it turning into a gaint mess
- Caret position is saved better and wont jump around as much

+ Removed Active sessions text
2023-07-30 04:18:17 +00:00
..
public Project restructuring, fixing minor bugs related to vue CLI upgrade 2022-10-23 19:14:31 +00:00
src + Giant update to multiple users editing notes. 2023-07-30 04:18:17 +00:00
.gitignore Updated vue CLI to latest version 2022-10-13 19:28:35 +00:00
babel.config.js Updating Everything to work correctly 2020-10-05 06:45:50 +00:00
jsconfig.json Updated vue CLI to latest version 2022-10-13 19:28:35 +00:00
package-lock.json Added metric tracking and some other little fixes 2022-12-20 17:42:38 +00:00
package.json Added metric tracking and some other little fixes 2022-12-20 17:42:38 +00:00
README.md Updated vue CLI to latest version 2022-10-13 19:28:35 +00:00

client

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.