# stencil-console **Repository Path**: jeromexiong/stencil-console ## Basic Information - **Project Name**: stencil-console - **Description**: 基于vue-admin二次封装的后台 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-19 - **Last Updated**: 2022-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stencil-console ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### 更新所有依赖 `npm install -g npm-check-updates` `ncu -u & npm i`