Introduction This is a chat room component library developed based on vue.js, which provides basic encapsulation while maximizing scalability. The following is a demonstration of the effect: MChat component renderings: IChat component effect diagram: How to installInstall using npmnpm install vue-mchat useImport in main.js# npm download method // enter css import 'MChat/lib/MChat.css' //Import component import MChat from 'MChat' //Use vue to load components Vue.use(MChat) # How to carry out secondary development Option 1:Simply copy the pacages folder to the project you need, and introduce vue-mchat in main.js: import App from './App.vue' import MChat from '../packages/index' Vue.use(MChat) Option 2:Developed on the basis of vue-mchat, it is packaged into a js library and introduced: Execute in the vue-mchat directory: npm run lib You can get the lib file which contains the compiled file library of MChat. Copy the entire lib file into the project and introduce it in main.js: import '../lib/MChat.css' import MChat from '../lib/MChat.umd' Vue.use(MChat) SummarizeThis article ends here. I hope it can be helpful to you. I also hope you can pay more attention to more content on 123WORDPRESS.COM! You may also be interested in:
|
<<: Use of marker tags in CSS list model
>>: HTML blockquote tag usage and beautification
1. Download the accelerated version of msyql dock...
Target Display one of the data in the iostat comm...
MySQL software installation and database basics a...
First way: skip-grant-tables: Very useful mysql s...
1. Overflow content overflow settings (set whether...
Some common statements for viewing transactions a...
1. HTML part <Col span="2">Upload...
Linux often encounters situations such as adding ...
<meta name="viewport" content="w...
The first one: normal operation SELECT SUM(ddd) A...
This is a website I imitated when I was self-stud...
Preface: I have always wanted to know how a SQL s...
1. Download, install and activate CLion Just foll...
1. The first method is to start the local tomcat ...
Preface This article records a common SMS verific...