Skip to content

Commit 2077534

Browse files
committed
refactor: changed generate command to build and export for use in Nuxt 2.13.0
1 parent 216b64e commit 2077534

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
88
COPY package.json /usr/src/app/package.json
99
RUN npm install --silent
1010
COPY . /usr/src/app
11-
RUN npm run generate
11+
RUN npm run build
12+
RUN npm run export
1213

1314
### STAGE 2: NGINX ###
1415
FROM nginx:stable-alpine

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img width=200px height=200px src="https://i.imgur.com/D7cl5kX.png" alt="Project logo"></a>
44
</p>
55

6-
<h3 align="center">Nuxt Netlify CMS Starter</h3>
6+
<h3 align="center">Nuxt Netlify CMS Starter Kit</h3>
77

88
<div align="center">
99

@@ -18,7 +18,7 @@
1818

1919
<p align="center">An opinionated starter project for Nuxt, Vuetify, and Netlify CMS.
2020

21-
Quickly bootstrap your new blog, CMS, or static site using the power of Nuxt and the headless CMS, Netlify CMS. One click Netlify deployment.
21+
Quickly bootstrap a blog, CMS, or static site using the power of Nuxt and the headless CMS, Netlify CMS. One click Netlify deployment. Optimized for performance.
2222
<br>
2323

2424
</p>
@@ -43,6 +43,14 @@ This project is also set to work with Netlify which offers a free starter plan f
4343

4444
Built on top of [Nuxt Netlify CMS Starter](https://github.com/xdesro/nuxt-netlify-cms-starter)
4545

46+
Other features:
47+
48+
- Vuex store and modules
49+
- Docker support
50+
- Vuetify breakpoint fix
51+
- Vuetify theme caching for performance
52+
- Custom scroll directive for main nav
53+
4654
## Prerequisites
4755

4856
You will need to have Node and npm installed.

0 commit comments

Comments
 (0)