Skip to content

sutaiyi/nuxtjs-test

Repository files navigation

nuxtjsTest

我的第一个nuxtjs

简言之

理由:

Nuxt是一个基于Vue生态的更高层的框架,为开发服务端渲染的Vue应用提供了极其便利的开发体验。更酷的是,你甚至可以用它来做为静态站生成器。推荐尝试。  

结果:

通过官网说明和查阅一些文献简单的写了这个NuxtjsTest项目,主要有涉及4大功能即:
路由(动态路由),Axios(地址代理),国际化(vue-i18n),Vuex(状态管理)。
后续有碰到 比较复杂些的会再更新! 

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

About

nuxtjsTest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published