Vue.js Chrome扩展模板( ) 开发时可在Vuejs上快速重新加载Chrome扩展的模板。 安装: 该样板是作为的模板构建的,并包含用于自定义最终脚手架应用程序的选项。 # install vue-cli $ npm install -g vue-cli # create a new project using the template $ vue init YuraDev/vue-chrome-extension-template my-project # install dependencies and go! $ cd my-project $ npm install