mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
9ebbb14eab
- 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
15 lines
241 B
JSON
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"
|
|
}
|
|
}
|