这个是我以自己的爱好,制作了一个以 vue.js 为框架的海贼王网站,作为 vue 的学习和自己的娱乐爱好所用。用了一个 vue 的开源技术(vue, vux, vue-router, webpack)
npm i # install dependencies
npm run dev # serve with hot reload at localhost:8080
npm run build # build for production with minification
cd dist
hs # npm install -g http-server 该命令只需执行一次, 安装过之后, 以后就不需要重复安装了.