# 税筹后台前端仓库 **Repository Path**: qtfy2020/suichou_vue ## Basic Information - **Project Name**: 税筹后台前端仓库 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-12-29 - **Last Updated**: 2023-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yishui2019 # 作者:周建建 ## 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/). ### vue.config.js 自定义公共配置 (详细请看注释) ### src 项目入口文件夹 ###### ------------------------------ assets 静态文件夹 ###### ------------------------------ common 配置文件 ###### ------------------------------ components 页面容器 ###### ------------------------------ componentsChild 组件化目录 ###### ------------------------------ router 路由配置目录 ###### ------------------------------ store 全局状态配置 --------------------------- | App.vue 页面入口文件 | | main.js 全局js入口文件 | --------------------------- --------------------------------------------------------------------------------- 本项目已做ie10以上的兼容处理,和es5、es6、es7、es8 兼容处理 语法规范 --页面容器 一个模块作为一个文件夹处理 --vue为数据驱动,尽量不要操作DOM,会导致全局污染 -------------------------------------------------------------------------------- # npm 使用 安装node http://nodejs.cn/ # 如果你没有代理 安装node后 安装淘宝镜像 打开cmd: npm install -g cnpm --registry=https://registry.npm.taobao.org # vue语法 https://cn.vuejs.org/v2/guide/ # less语法 http://lesscss.cn/ # 项目中会大量用到es6、es7 https://www.jianshu.com/p/390a65d7a353 # webpack https://www.webpackjs.com/