vuex-axios-tutorial

所属分类:WEB开发
开发工具:JavaScript
文件大小:115KB
下载次数:0
上传日期:2018-04-23 19:45:12
上 传 者sh-1993
说明:  在本教程中,我们将构建一个简单的Vue.js应用程序,该应用程序将演示使用Vuex作为中心数据的强大功能...
(In this tutorial we will build a simple Vue.js app which will demonstrate the power of using Vuex as a central data store, where the data will be asynchronously retrieved using Axios for the API requests.)

文件列表:
.babelrc (230, 2018-04-15)
.editorconfig (147, 2018-04-15)
.eslintignore (30, 2018-04-15)
.eslintrc.js (791, 2018-04-15)
.postcssrc.js (246, 2018-04-15)
build (0, 2018-04-15)
build\build.js (1198, 2018-04-15)
build\check-versions.js (1290, 2018-04-15)
build\logo.png (6849, 2018-04-15)
build\utils.js (2587, 2018-04-15)
build\vue-loader.conf.js (553, 2018-04-15)
build\webpack.base.conf.js (2385, 2018-04-15)
build\webpack.dev.conf.js (3004, 2018-04-15)
build\webpack.prod.conf.js (5055, 2018-04-15)
config (0, 2018-04-15)
config\dev.env.js (156, 2018-04-15)
config\index.js (2291, 2018-04-15)
config\prod.env.js (61, 2018-04-15)
index.html (281, 2018-04-15)
package-lock.json (449945, 2018-04-15)
package.json (2290, 2018-04-15)
src (0, 2018-04-15)
src\App.vue (1112, 2018-04-15)
src\assets (0, 2018-04-15)
src\assets\logo.png (6849, 2018-04-15)
src\components (0, 2018-04-15)
src\components\Home.vue (2738, 2018-04-15)
src\components\Word.vue (3240, 2018-04-15)
src\components\WordList.vue (1742, 2018-04-15)
src\main.js (360, 2018-04-15)
src\router (0, 2018-04-15)
src\router\index.js (480, 2018-04-15)
src\services (0, 2018-04-15)
src\services\Api.js (261, 2018-04-15)
src\services\WordService.js (228, 2018-04-15)
static (0, 2018-04-15)
... ...

# vuex-axios-tutorial > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

近期下载者

相关文件


收藏者