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.
yarn
quasar dev
yarn run lint
quasar build
See 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-quasar/dist/capacitor/ios -destination "platform=iOS,name=Bud's iPhone"