Giter VIP home page Giter VIP logo

vue3-docs's People

Contributors

alpacabi avatar dependabot[bot] avatar febobo avatar lv777f avatar moonlightsmile avatar pobu168 avatar shroxd avatar suiboyu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vue3-docs's Issues

优秀项目征集

欢迎推荐,自荐Vue相关的优秀项目到我们首页,可以在本贴下面通过如下格式进行盖楼,我们将在审核后进行统一更新

参考格式

  • 项目名称
  • 项目描述(100字内)
  • 推荐理由(100字内)

Broken link about vuepress

This is Mr.Hope from VuePress team.

Just perform a search on vue3 with bing.com, and found that this page is the first one.

After a quick review, your block about vuepress is having a broken link.

Our project has an official docs at https://v2.vuepress.vuejs.org/, and we also have another site at https://vuepress2.gitee.io/ for chinese users.

If you are unable to fix the broken docs at https://vue-js.com/vuepress/zh/, I would recommend you to use https://vuepress2.gitee.io

Migrate to VuePress2

Though it isn't necessary, but it's pretty werid for a "Vue3 CN Docs" website building with Vue2.

I would suggest to migrate to VuePress2 as it's based on Vue3 and has a lot of performance improvements comparing with VuePress1.

If you would like to take the suggestion, I am expecting that you can start the migration yourself.

However I can help to migrate to VuePress2 if you need a pr because of reasons like lacking of spare time, unfamilar with VuePress2 and etc.

vue-tempalte

  • vue-template
  • 项目描述:基于vue-cli二次封装的移动端框架,主要功能点,vue3 +vue-cli4 + webpack5 + 多入口打包 + 自动生成项目模版 + pinia + 数据持久化 + 路由动画 + axios二次封装 + less sass 变量函数处理 + viewport 适配方案等等
  • 推荐理由:上万字文档说明,融合了工作三年移动端开发的项目经验和沉淀积累,总结封装出一套行业内通用的移动端开发模版,每个功能点都有业务场景,而且目前行业内,相关的内容比较少,对前端开发们来说,一般也不用去封装业务框架,但是如果要成为一个前端负责人,这是必须要掌握的。

关于 https://vue3js.cn/es6/ 相关代码

相关问题我写在了代码里面

const target = {
  _id: '1024',
  name:  'vuejs'
}

const proxy = new Proxy(target, {
  get(target, propkey, proxy){
    if(propkey[0] === '_'){
      throw Error(`${propkey} is restricted`)
    }
    return Reflect.get(target, propkey, proxy) //这里target将会被改为 { name: [Circular], _id: '1024' },相当于改变了target,不理解这 
    一步是需要产生什么效果呢,如果不做任何操作也可以成功打印出来("vuejs")
  },
  set(target, propkey, value, proxy){
    if(propkey[0] === '_'){
      throw Error(`${propkey} is restricted`)
    }
    return Reflect.get(target, propkey, value, proxy)
  }
})

是否网站正常

我现在访问vue3js.cn无响应,我想问一下是不是我自己的问题

推荐Vueuse

项目名称: Vueuse
项目描述: 基于Vue组合式API的实用工具集
推荐理由: VueUse是一款基于组合式API的函数集合;尤大和Anthony Fu主维护;

vue-chartGPT

  • vue-chartGPT
  • vue3 + vite + typescript + pinia 模拟实现chartGPT交互效果
  • vue3 + vite + typescript + pinia + 数据持久化 + axios二次封装 + 主题切换 + 自适应等等,是很好的体验vue3开发的实战教程
    推荐项目,提错了,请关闭该issue,抱歉

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.