Skip to content

miniprogram-analyzer/miniprogram-frontend-vue

Repository files navigation

Features

-登录功能
-注册功能
-代码差错功能
-常见问题bug列表
-微信小程序代码上传
-个人页信息展示
-讨论区

Getting started

# clone the project
git clone https://github.com/miniprogram-analyzer/miniprogram-frontend-vue.git

# enter the project directory
cd miniprogram-frontend-vue

# install dependency
npm install

# develop
npm run dev

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix