Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stalniy/casl-nuxt-example
Simple CASL Nuxt example
https://github.com/stalniy/casl-nuxt-example
Last synced: about 1 month ago
JSON representation
Simple CASL Nuxt example
- Host: GitHub
- URL: https://github.com/stalniy/casl-nuxt-example
- Owner: stalniy
- License: mit
- Created: 2019-12-10T13:09:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:44:18.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T15:00:44.761Z (7 months ago)
- Language: Vue
- Size: 2.18 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxtt
> My superior Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm run 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).