Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.1 KB

vs-secretary

基于Taro next的一套小程序项目

  1. 启动微信小程序

    yarn install
    or
    npm i
    
    npm run dev:weapp
  2. 项目特性

  3. 项目结构

    | config  // 配置文件
    
    | src
    
        |__ assets      // 静态资源
    
        |__ components  // 组件
    
        |__ utils     // 工具方法
    
        |__ store      // 状态
    
        |__ style		// 演样式
    
        |__ pages       //页面文件目录                  
             └── index               // index 页面目录
                 ├── index.tsx        // index 页面逻辑
                 ├── indexSty.ts       // index 页面样式
                 └── index.config.ts  // index 页面配置
  4. 打包部署

    npm run build:weapp