Nuxt/examples/global-css/package.json
Sébastien Chopin 9ebbb14eab Version 0.2.0
- Add README for examples vuex-store, async-data and global-css
- Add examples/global-css/
- Feature: we can now use nuxt.config.js to add global css files and
modules
- Fix: show webpack error of compilation
2016-11-07 23:26:53 +01:00

15 lines
241 B
JSON

{
"name": "global-css",
"description": "",
"dependencies": {
"bulma": "^0.2.3",
"hover.css": "^2.0.2",
"node-sass": "^3.11.2",
"nuxt": "latest",
"sass-loader": "^4.0.2"
},
"scripts": {
"start": "nuxt"
}
}