assignment_late
Why donate
travel_explore
API Explorer
widgets
Vue Components
Ajax Bar
Avatar
Badge
Banner
Bar
Breadcrumbs
Card
Carousel
Chat Message
Chip
Circular Progress
Color Picker
Dialog
Editor - WYSIWYG
Expansion Item
Floating Action Button
Icon
Img
Infinite Scroll
Inner Loading
Intersection
Knob
Linear Progress
List & List Items
Markup Table
Menu
No SSR
Pagination
Parallax
Popup Edit
Popup Proxy
Pull to refresh
Rating
Responsive
Scroll Area
Separator
Skeleton
Slide Item
Slide Transition
Space
Spinners
Splitter
Stepper
Table
Tabs
Tab Panels
Timeline
Toolbar
Tooltip
Tree
Uploader
Video
Virtual Scroll
security
Security
build
Quasar CLI (with Vite)
Upgrade Guide
Creating a New Project
The /quasar.config File
Convert q/app-webpack Project
Browser Compatibility
TypeScript Support
Directory Structure
Commands List
CSS Preprocessors
Page Routing with VueRouter
Lazy Loading - Code Splitting
Handling Assets
Boot Files
Prefetch Feature
API Proxying
Handling Vite
Handling import.meta.env
State Management with Pinia
Lint and Format Code
Testing & Auditing
Developing Mobile Apps
Ajax Requests
Opening Dev Server To Public
build
Quasar CLI (with Webpack)
note_add
App Extensions
Quasar CLI with Vite - @quasar/app-vite v3
Notice the /src-bex/package.json file in your generated /src-bex folder. The purpose of it is for you to be able to install packages used by the BEX mode directly under this folder (and not pollute the common /src).
/src-bex/package.json
Javascript
TypeScript
{
"name": "quasar-bex-app",
"version": "1.0.0",
"description": "Quasar BEX Folder",
"private": true,
"type": "module"
}Installing BEX specific packages:
PNPM
Yarn
NPM
Bun
# run in /src-bex for deps:
pnpm add <deps>
# run in /src-bex for deps used by the build system (eg. @types/chrome)
pnpm add -D <dev-deps>Caught a mistake?Edit this page in browser
Copyright © 2015-present PULSARDEV SRL, Razvan Stoenescu