contenta_vue_nuxt
Start in minutes a Drupal 8 with JSON API and Vue.js : a Nuxt.js ( Vue.js SSR ) consumer for Contenta CMS
파일 탐색기
최종 버전 다운로드 (.zip)- clock.svg
- difficulty.svg
- serves.svg
- book.svg
- README.md
- AppFooterSocket.vue
- AppNavigation.vue
- AppSection.vue
- AppVersion.vue
- BulmaCard.vue
- BulmaGrid.vue
- ButtonLink.vue
- Difficulty.vue
- HomePromotedRecipes.vue
- HomeWidgets.vue
- MonthEdition.vue
- PageIndex.vue
- PageRecipesAll.vue
- PageRecipesCategory.vue
- PageRecipesId.vue
- PageRecipesIndex.vue
- PageRecipesLatest.vue
- README.md
- RecipeCard.vue
- RecipeCardList.vue
- RecipeDetail.vue
- RecipePromotedBanner.vue
- default.vue
- README.md
- api.js
- jsonApiClient.js
- README.md
- index.vue
- _id.vue
- index.vue
- _category.vue
- index.vue
- index.vue
- index.vue
- README.md
- README.md
- vue-lazyload.js
- app.css
- bulma-4.3.css
- icon-nuxt.png
- icon-vue.jpg
- loading-spin.svg
- loading.gif
- .nojekyll
- icon.png
- README.md
- README.md
- AppNavigation.spec.js
- AppSection.spec.js
- AppVersion.spec.js
- BulmaCard.spec.js
- Difficulty.spec.js
- .eslintrc
- index.js
- karma.conf.js
- NuxtLinkMock.vue
- webpack.config.js
- .editorconfig
- .eslintrc.js
- .gitignore
- .travis.yml
- LICENSE
- nuxt.config.js
- package-lock.json
- package.json
- prettier.config.js
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/contentacms/contenta_vue_nuxt
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd contenta_vue_nuxt
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
$ npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm run dev
개발/실행 서버를 켭니다.
$ npm test
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
$ npm run start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
