HalamLee / Community-with-Vue3

Vue 3 & Firebase 10 커뮤니티 만들기 풀스택 (with Pinia, Quasar, Tiptap, VueUse)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community with Vue3 (community-with-vue3)

Vue3 Quasar Firebase Typescript Lecture

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

Vue 3 & Firebase 10 커뮤니티 만들기 풀스택 (with Pinia, Quasar, Tiptap, VueUse)


Languages

Language:JavaScript 56.9%Language:Vue 33.7%Language:HTML 5.5%Language:SCSS 3.9%