mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 10:27:15 +00:00
Remove files in package.json
This commit is contained in:
parent
5aa42e2903
commit
59f69165bb
@ -111,5 +111,5 @@ If you want to launch one example to see it live:
|
|||||||
```bash
|
```bash
|
||||||
cd node_modules/nuxt/
|
cd node_modules/nuxt/
|
||||||
bin/nuxt examples/hello-world
|
bin/nuxt examples/hello-world
|
||||||
# Go to http:/localhost:3000
|
# Go to http://localhost:3000
|
||||||
```
|
```
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt",
|
"name": "nuxt",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "Atinux/nuxt.js",
|
"repository": "Atinux/nuxt.js",
|
||||||
"files": [
|
|
||||||
"dist"
|
|
||||||
],
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"nuxt": "./bin/nuxt"
|
"nuxt": "./bin/nuxt"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user