Coder Social home page Coder Social logo

razzh7 / taro-vue3-template Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 1.0 4.49 MB

🐣 Taro3 + Vue3 + Ts 多端编译模版

JavaScript 50.34% TypeScript 14.02% HTML 6.83% Vue 21.06% Shell 2.00% SCSS 5.74%
taro3-template unocss vue3-typescript eslint husky prettier changelog commitlint lintstaged nutui

taro-vue3-template's Issues

PNPM support

请问大佬 是否考虑把模板换为 pnpm ?

添加 unocss 375 deviceRatio

  • taro config 中使用 designWidth: 375
    image

  • unocss.config.ts 中 添加 375 的换算尺寸标准,这样可以将 px 按照标准,转换成 rpxrem,与 taro 换算标准保持一致

import { defineConfig } from 'unocss'
import presetWeapp from 'unocss-preset-weapp'
export default defineConfig({
  presets: [
    presetWeapp({
      isH5: process.env.TARO_ENV === 'h5',
      platform: 'taro',
      taroWebpack: 'webpack5',
      designWidth: 375,
      deviceRatio: {
        375: 2 / 1
      },
    })
  ]
})

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.