摘要:
问题描述: Description: Web server failed to start. Port 8080 was already in use. Action: Identify and stop the process that's listening on port 8080 or co 阅读全文
摘要:
之前一直想做个国际化、在线换肤和拖拉拽生成网页的demo,或者说实现思路。拖拉拽生成网页一直没什么思路,今天先实现国际化。当然是用插件了,不是自己实现。vue-i18n使用很简单: 安装依赖:npm i vue-i18n -S引入、调用:import VueI18n from 'vue-i18n'; 阅读全文