https://github.com/fauzan1892/codekop_nuxt
this is codekop.com website clone with nuxtjs
https://github.com/fauzan1892/codekop_nuxt
Last synced: 3 months ago
JSON representation
this is codekop.com website clone with nuxtjs
- Host: GitHub
- URL: https://github.com/fauzan1892/codekop_nuxt
- Owner: fauzan1892
- License: mit
- Created: 2021-03-08T13:46:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T13:47:43.000Z (over 4 years ago)
- Last Synced: 2025-01-14T08:22:45.195Z (9 months ago)
- Language: JavaScript
- Homepage: https://codekopnuxtjs.netlify.app/
- Size: 1.35 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## codekop_nuxt
this is codekop.com website clone with nuxtjs
## 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).