Skip to content

smartdown/editor

Repository files navigation

Smartdown Editor (smartdown-editor)

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-editor/dist/capacitor/ios -destination "platform=iOS,name=Bud's iPhone"