nebula(星云)——一款现代化的知识社区前台项目,使用 Vue + NuxtJS + Element-UI 实现
Go to file
dependabot[bot] 9df3e687d8
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 08:18:33 +00:00
assets first commit 2020-06-19 17:10:44 +08:00
components 评论模块开发 2020-07-31 16:17:12 +08:00
config first commit 2020-07-03 11:04:25 +08:00
layouts first commit 2020-06-21 21:56:34 +08:00
middleware first commit 2020-07-03 11:04:25 +08:00
pages 评论模块开发 2020-07-31 16:17:12 +08:00
plugins 评论模块开发 2020-07-31 16:17:12 +08:00
server first commit 2020-06-22 17:13:42 +08:00
static first commit 2020-06-19 17:10:44 +08:00
store 评论模块开发 2020-07-31 16:17:12 +08:00
.editorconfig first commit 2020-06-19 17:10:44 +08:00
.gitignore first commit 2020-06-19 17:10:44 +08:00
environment.js first commit 2020-06-21 21:56:34 +08:00
nuxt.config.js 评论模块开发 2020-07-31 16:17:12 +08:00
package-lock.json Bump lodash from 4.17.15 to 4.17.19 2020-07-31 08:18:33 +00:00
package.json 评论模块开发 2020-07-31 16:17:12 +08:00
README.md first commit 2020-06-19 17:10:44 +08:00

nebula

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.