amka / writa-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Writa (webapp)

Your final notes editor

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About


Languages

Language:JavaScript 37.7%Language:Vue 29.9%Language:TypeScript 26.0%Language:HTML 3.3%Language:SCSS 3.1%