# chef_web **Repository Path**: nbcyf/chef_web ## Basic Information - **Project Name**: chef_web - **Description**: No description available - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: http://caiyfa.online/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-17 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chef_web ## 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 ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ###前端框架使用 [Ant Design Vue](https://opencollective.com) 适配VUE3 ### 基地色 ![img.png](img.png) ### 动态粒子插件 ```angular2html npm install vue-particles --save-dev ``` ### SASS安装 ```angular2html npm i -D sass-loader@8.x ``` ### 下一步内容 ```angular2html 组件间通信 ```