Skip to main content

18 docs tagged with "javascript"

View all tags

Basic React

Comprehensive React guide covering hooks, state, events, and routing

Common pnpm Commands

shell pnpm i pnpm i <package> pnpm add -g <package> pnpm add -D <package> pnpm outdated pnpm update --latest

CSS Related Knowledge

Original project address css /element selector/ html { } /class selector/ .gray { } /id selector/

uni-app Development

> Using vue3 vite ts uni-app uni-ui - Reload after changing route page - 750rpx 1334rpx Full screen iPhone6 - view == div text==span

Using Vue Route

1. Install Nodejs, official website address, recommended version 16.xxx and 18.xxx ; 2. Install pnpm, install according to the following command npm install -g pnpm.

Vue Basics 1

> <font color="red">All content in this article comes from the book "Vue.js in Action"</font> > > <font color="red">Please view full code on github</font>

Vue Basics 2

> <font color="red">All content in this article comes from the book "Vue.js in Action"</font> > > <font color="red">Please view full code on github</font>

Vue Project Notes

Note The content of this project knowledge note comes from Bilibili Shangguigu video

Vue3 Starter

1. SPA (Single Page Application): - Applicable Scenario: Suitable for applications requiring high interactivity and real-time performance, such as Web applications, management backends, social media platforms, etc. - Advantage: User experience is closer to traditional desktop applications, allowing for more flexible implementation of complex interaction logic.