Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.04 KB

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"