DoctorBud / smartdown-quasar

A Smartdown Editor using Local Storage for persistence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smartdown Editor (smartdown-quasar)

Smartdown Editor via Quasar/VueJS

Inspirations

Install the dependencies

This project uses yarn instead of npm as its package manager. Mostly because it seems that's what the cool kids are using these days.

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

Useful stuff

xcrun xcodebuild install -workspace App.xcworkspace -scheme App -configuration release -derivedDataPath /Users/bud/DoctorBud/smartdown-quasar/dist/capacitor/ios -destination "platform=iOS,name=Bud's iPhone"

About

A Smartdown Editor using Local Storage for persistence.

License:MIT License


Languages

Language:Vue 52.7%Language:JavaScript 29.7%Language:Swift 11.4%Language:SCSS 2.0%Language:HTML 1.9%Language:Ruby 1.5%Language:Shell 0.6%