/markdown-editor

Vue.jsとFirebaseによるマークダウンエディター。リアルタイムプレビュー、ログイン等の機能

Primary LanguageVue

Markdown Editor

公開中→https://markdown-editor-by-tippy.firebaseapp.com/

Vue.jsとFirebaseによって作られたマークダウンエディターです。

  • Googleアカウントによるユーザー認証
  • データはFirebase Realtime DBに保存
  • 複数個のメモを作成可能
  • リアルタイムプレビュー

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.