A Web-based Note-taking Application Built in Vue.js

memoran.dev

A web-based note-taking application built in vue.js

Setup

Before being able to run and develop memoran.dev locally, you’ll have to create a Auth0 app for development [https://auth0.com/docs/applications], this application will manage every authorized access. Github and Google sing-in are supported.

After this, create a new file at root level called auth_config.json, with the following information:

{
  "domain": '<YOURDOMAIN>',
  "clientId": '<YOURCLIENTID>'
}

You’ll be able to find this under the Quick Start guide within the auth0 application you created.

Installation

git clone git@github.com:memoev/memoran.dev.git
cd memoran.dev
yarn install

This repository only contains the source code for the client-side of the application. server side is hosted on heroku. This will be switched over.

Compiles and hot-reloads for development
yarn serve

Compiles and minifies for production
yarn build

Lints and fixes files
yarn lint

Acknowledgements

This application started as a final project for a university class I took in 2019. I would like to thank everyone involved in my learning process, with a special shout-out to Matthew Banz for his dedication and patience with all of us.

Author

Download Details:

Author: memoev

Demo: https://memorandev.vercel.app/

Source Code: https://github.com/memoev/memoran.dev

#vue #vuejs #javascript

A Web-based Note-taking Application Built in Vue.js
5.80 GEEK