https://github.com/damirscorner/20200724-nuxt-inversifyjs
Sample project for "Using InversifyJS in NuxtJS" blogpost
https://github.com/damirscorner/20200724-nuxt-inversifyjs
dependency-injection inversifyjs nuxt vue
Last synced: 11 months ago
JSON representation
Sample project for "Using InversifyJS in NuxtJS" blogpost
- Host: GitHub
- URL: https://github.com/damirscorner/20200724-nuxt-inversifyjs
- Owner: DamirsCorner
- Created: 2020-06-13T07:59:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T12:46:36.000Z (about 5 years ago)
- Last Synced: 2023-05-20T11:21:01.002Z (about 3 years ago)
- Topics: dependency-injection, inversifyjs, nuxt, vue
- Language: Vue
- Homepage: https://www.damirscorner.com/blog/posts/20200724-UsingInversifyjsInNuxtjs.html
- Size: 1.11 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-inversifyjs
> Blog post sample
## Build Setup
```bash
# 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](https://nuxtjs.org).