https://github.com/hiswe/nuxt-universal-application
a nuxt universal application example
https://github.com/hiswe/nuxt-universal-application
Last synced: 4 months ago
JSON representation
a nuxt universal application example
- Host: GitHub
- URL: https://github.com/hiswe/nuxt-universal-application
- Owner: Hiswe
- License: mit
- Created: 2018-09-16T09:41:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T06:46:55.000Z (almost 8 years ago)
- Last Synced: 2025-07-13T07:37:08.103Z (about 1 year ago)
- Language: JavaScript
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-universal-application
A [Nuxt](https://nuxtjs.org/)/[koa](https://koajs.com/) universal application example.
This is a demo repository for the [Vue with Nuxt article](https://hiswe.github.io/2018/12-vue-with-nuxt/)
- [requirements](#requirements)
- [dev stack](#dev-stack)
- [commands](#commands)
- [development server](#development-server)
- [production server](#production-server)
## requirements
- [node](http://nodejs.org/download/) >= 10.11.0
- [yarn](https://yarnpkg.com/lang/en/) >= 1.10.1
## dev stack
- [nuxt](https://nuxtjs.org/)
- [vuex](https://vuex.vuejs.org/)
- [nuxt-axios](https://github.com/nuxt-community/axios-module)
- [vue-i18n](https://kazupon.github.io/vue-i18n/)
- [koa](https://koajs.com/)
## commands
### development server
```
yarn install
yarn dev
```
application will be running on http://localhost:3000/
### production server
```
yarn install
yarn start
```
application will be running on http://localhost:3000/