Code Monkey home page Code Monkey logo

vite-juejin-book's Introduction

vite-juejin-book

掘金《深入浅出 Vite》小册,学习并且记录,本项目使用vue3,并非小册中的react

此处记录问题,并更新解决方案

01.vite-css(小册:4.样式方案:在 Vite 中接入现代化的 CSS 工程化方案)

  • tailwindcss、windicss均不能生效

02.vite-lint(小册:5.代码规范: 如何利用 Lint 工具链来保证代码风格和质量?)

  • pnpm run dev之后vite-plugin-eslint不生效

03.vite-static(小册:6.静态资源: 如何在 Vite 中处理各种静态资源?)

  • pnpm i vite-plugin-imagemin -D安装失败,https://juejin.cn/post/6996187604337033252 官方建议:用于安装imagemin的依赖关系,因为**可能没有安装imagemin
    package.json:
    "resolutions": {
        "bin-wrapper": "npm:bin-wrapper-china"
    },
    

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.