Skip to content

Commit ba6aa63

Browse files
author
Pooya Parsa
committed
example: add some meta
1 parent 550c518 commit ba6aa63

File tree

3 files changed

+259
-5
lines changed

3 files changed

+259
-5
lines changed

example/nuxt.config.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
const { resolve } = require('path')
22

3+
// Notice: This file is for example only.
4+
// For your own projects you may have to simply include @nuxtjs/python module
5+
// Please see official README and Docs
6+
37
module.exports = {
48
rootDir: resolve(__dirname, '..'),
59
srcDir: __dirname,
610
dev: false,
7-
modules: ['@@']
11+
modules: [
12+
'@@',
13+
'@nuxtjs/pwa'
14+
],
15+
manifest: {
16+
name: 'Nuxt Python Module',
17+
description: 'Write Nuxt.js apps in Python!'
18+
}
819
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"py-loader": "martim00/python-webpack-loader"
3434
},
3535
"devDependencies": {
36+
"@nuxtjs/pwa": "^2.0.5",
3637
"codecov": "latest",
3738
"eslint": "^4.17.0",
3839
"eslint-config-standard": "latest",

0 commit comments

Comments
 (0)