Smartdown Editor via Quasar/VueJS
- ProseMirror example
- Quasar App (note-app)
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.
yarnquasar devyarn run lintquasar buildSee Configuring quasar.conf.js.
-
Building an app for iPhone without using
quasar dev:ios
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"