{{item.title}}
8 | 9 |{{item.descript}}
10 |├── .nuxt
├── layouts
│ └── default.vue
├── empty.js
├── middleware.js
├── views
│ ├── app.template.html
│ └── error.html
├── components
│ ├── nuxt-link.server.js
│ ├── nuxt.js
│ ├── nuxt-error.vue
│ ├── nuxt-link.client.js
│ ├── nuxt-child.js
│ ├── nuxt-build-indicator.vue
│ └── nuxt-loading.vue
├── router.js
├── loading.html
├── router.scrollBehavior.js
├── store.js
├── App.js
├── index.js
├── server.js
└── utils.js
├── static
└── favicon.ico
├── .gitignore
├── assets
├── img
│ ├── night.png
│ ├── star-1.png
│ ├── star-2.png
│ ├── weixin.png
│ ├── aside-bg.jpg
│ ├── averter.jpg
│ ├── cloud-2.jpg
│ └── cloude-1.jpg
└── css
│ ├── codeStyle.css
│ └── init.css
├── backpack.config.js
├── store
├── modules
│ ├── hero.js
│ ├── project.js
│ └── article.js
└── index.js
├── .editorconfig
├── utils
├── footer-mixin.js
├── time-mixin.js
├── music.js
├── blowser.js
└── draw.js
├── config
└── axios.js
├── .eslintrc.js
├── components
├── player.vue
├── toTop.vue
├── shear.vue
└── comment.vue
├── server
└── index.js
├── package.json
├── nuxt.config.js
├── api
└── index.js
├── README.md
├── pages
├── allarticle.vue
├── project.vue
├── index.vue
├── hero.vue
├── article
│ ├── index.vue
│ └── _id.vue
├── about.vue
└── music.vue
└── layouts
├── music-layout.vue
└── layout.vue
/.nuxt/layouts/default.vue:
--------------------------------------------------------------------------------
1 |
2 |
放飞自我
20 |
10 |
An error occurred while rendering the page. Check developer tools console for details.
14 | 15 |•编辑信息
19 |•清空信息
20 |{{item.content}}
10 | 11 | 12 |{{item.descript}}
10 |6 | 7 | 我是Naice, 一个前端开发程序员 8 |
9 |10 | 11 | 计算机科学与技术专业 12 |
13 |14 | 15 | 喜欢coding、看书、电影、王者农药 16 |
17 |18 | 19 | 胡歌、周星驰、周杰伦 20 |
21 |22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
35 |36 | 37 | 很多事情不是因为有希望才去坚持,而是坚持了才有希望。 38 |
39 |
44 |
47 |
50 |
51 | JS stack developer
62 |Friend me
63 |
65 |
66 | Get More Project
74 |了解更多关于我的开源项目的进展
75 |本文于 {{toTime(article.update_at, '/')}} 下午 发布在,当前已被围观 {{article.meta.views}} 次
11 |标签:
作者:Naice
18 |链接:https://naice.me/article/{{article._id}}
19 |著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
20 |
79 |