# FE101 **Repository Path**: sunnysyy0831/fe101 ## Basic Information - **Project Name**: FE101 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2024-10-25 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FE101 (fe101) A Front End Basic Course Project. ## Install the dependencies ```bash pnpm install pnpm add -g @quasar/cli ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Build the app for production ```bash quasar build ``` ## Features - **WYSIWYG** coding sandbox [ 1](#f1) - support **markdown** rendering [ 2](#f2) - support **tailwindcss3** [ 3](#f3) - support dark mode (not sufficient) - still in progress ... ## Thanks 1. [^](#a1) [Mini Sandbox](https://github.com/buuing/mini-sandbox "https://github.com/buuing/mini-sandbox") 2. [^](#a2) [quasar-ui-qmarkdown](https://github.com/quasarframework/quasar-ui-qmarkdown/tree/next "https://github.com/quasarframework/quasar-ui-qmarkdown/tree/next") 3. [^](#a3) [quasar-app-extension-tailwindcss-3](https://github.com/risha700/quasar-app-extension-tailwindcss-3 "https://github.com/risha700/quasar-app-extension-tailwindcss-3")