文件名称:vue-starter:带vue,vue路由器,bulma和Webpack的最小SPA
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-22 04:41:48
JavaScript
初学者 带有vue,vue-router,bulma和webpack的最小单页应用程序。 构建设置 # install dependencies npm install # serve with hot reload at localhost:8081/ npm run dev # build for production with minification npm run build
【文件预览】:
vue-starter-master
----webpack.dev.js(483B)
----webpack.prod.js(474B)
----src()
--------index.html(299B)
--------views()
--------scss()
--------img()
--------lib()
--------component()
--------App.vue(456B)
--------index.js(391B)
--------common.js(168B)
--------router.js(367B)
----.babelrc(64B)
----webpack.common.js(2KB)
----README.md(267B)
----.gitignore(166B)
----package.json(1KB)