SolidScribe/client
Max G b0c487404c * Added an auth screen that isn't integrated at all or working
* Force logout of user with authorization error
* Wrong site blocker doesn't trigger on the solid scribe domain
* Added log out button to main side bar making it easier to find
* Improved icon set for notes
* Colored notes display better on mobile, fixed text color based on color brightness
* Moved terms of use link to the bottom of a few pages
* Updated feature sections on home page, make them clearer and easier to process
* Tweaked color themes
* Deleted links no longer show up in search
* Updated search to use multiple key words
* Updated tests to do a multi word search
* Tweaked a bunch of styles to look better on chrome and browsers
2020-08-03 02:40:27 +00:00
..
build * Added theme colors to form fields 2020-07-14 05:31:02 +00:00
config Updated to later version of vue cli to improve build process 2020-03-11 03:47:07 +00:00
src * Added an auth screen that isn't integrated at all or working 2020-08-03 02:40:27 +00:00
.babelrc Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
.editorconfig Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
.gitignore Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
.postcssrc.js Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
index.html * Made splash page dark and updated description 2020-05-15 23:12:09 +00:00
package-lock.json Updated all global and local client packages 2020-06-21 02:07:36 +00:00
package.json Updated all global and local client packages 2020-06-21 02:07:36 +00:00
README.md Updated to later version of vue cli to improve build process 2020-03-11 03:47:07 +00:00

client2

client2

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.