• vue node 生态 工具 版本 相关 整理


    整理时间为 20220420

     
    vue2.X
    v2.6.14 on 7 jun,2021
    https://cn.vuejs.org/
    vue3.X
    v3.2.33 on 15 apr,2022
     
    备注:
    january 20,2022 as the default
    antd
    v1.x 1.7.8
    https://1x.antdv.com/docs/vue/introduce-cn/
    v3.x  3.2.0
    https://www.antdv.com/docs/vue/introduce-cn/
    vuex
    v3 3.6.2 (on 26 Jan 2021)
    https://v3.vuex.vuejs.org/zh/
    v4 4.0.2(17 Jun 2021)
    https://vuex.vuejs.org/zh/
    vue-router
    v3
    https://v3.router.vuejs.org/zh/
    v4
    https://router.vuejs.org/zh/
    less-loader
     
    ^5.0.X
     
    ^6.0.X
    vue.config.js
    module.exports = {
    css: {
    loaderOptions: {
    less: {
    javascriptEnabled: true
    }
    }
    }
    }
    module.exports = {
    css: {
    loaderOptions: {
    less: {
    lessOptions: {
    javascriptEnabled: true
    }
    }
    }
    }
    }
     
    https://www.cnblogs.com/dhjy123/p/16159307.html
     
    20220420
     
    使用 npm info 包名 可以查看版本
     
    vue-cli
    1.x or 2.x
    old version
    使用脚手架选择vue2.x创建项目时,
    node版本只支持偶数版,且版本>=12.22.X (20220420)
    v5.0.4 (on 2022-03-22)
    nodejs
     
    win7 工具检测最多支持到v13.14.0
    网友说最多支持到 v16.6.2
    偶数版本是长期维护v12、v14
     
    https://www.cnblogs.com/dhjy123/p/16107907.html
    https://registry.npmmirror.com/binary.html?path=node/

     v13 lastest  13.14.0

     v12 lastest  12.14.0

     v12 lts12.22.11

    同样的项目,高版本的node可能导致项目跑不起来

    安装vue2.x的时候,node版本只支持偶数版

     

  • 相关阅读:
    MapBox TileMill
    优秀电影
    Mapnik 编译安装过程
    Debian 入门安装与配置2
    学习opengl十大网站(转载)
    PostgresSQL 学习资料记录处
    c++模板编程-异质链表
    Linux-统一事件源
    三组I/O复用模型的比较
    ZigZag-LeetCode
  • 原文地址:https://www.cnblogs.com/dhjy123/p/16165839.html
Copyright © 2020-2023  润新知