# vue_practice **Repository Path**: amonraknight/vue_practice ## Basic Information - **Project Name**: vue_practice - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-27 - **Last Updated**: 2024-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_practice This repository keeps my practice on VUE front end. ## Initiate the Develop Environment Follow the [quick start](https://vuejs.org/guide/quick-start.html). 1. Open VSCode, install Volar extension. 2. Update Node.js to version 18. 3. Create a folder p1_chat_room. Will create the project here. ``` npm create vue@latest ``` Create project "char-room". Choose "No" to all. 4. Update npm. ``` npm install -g npm@10.0.0 ``` 5. Ceed to the project and start the project. Use the mirror in China to install. ``` npm install cnpm -g --registry=https://registry.npm.taobao.org cnpm install npm run dev ``` 6. Visit the app at http://localhost:5173/ ## Create a chat room app. Taking a [chat-room on Github](https://github.com/Coffcer/vue-chat) as an example. ### The components: 1. The text box . The text box below is a