# front_test **Repository Path**: ImproveLevel/front_test ## Basic Information - **Project Name**: front_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ms_front > Micro vision front end project ## Development environment - node LTS ## Build Setup ``` bash # 安装依赖 $ npm install # 启动本地开发服务 默认URL localhost:3000 $ npm run dev # 构建生产环境,并启动 $ npm run build $ npm start ``` ## 代码规范 - 使用 eslint 规范代码,具体参考 .eslintrc.js 文件 ## 参考 更多关于 nuxt, 请查阅 [Nuxt.js docs](https://nuxtjs.org).