A Smartdown Editor using Local Storage for persistence.
Smartdown Editor via Quasar/VueJS
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"