nebula(星云)——一款现代化的知识社区前台项目,使用 Vue + NuxtJS + Element-UI 实现
Go to file
2020-06-19 17:10:44 +08:00
assets first commit 2020-06-19 17:10:44 +08:00
components first commit 2020-06-19 17:10:44 +08:00
layouts first commit 2020-06-19 17:10:44 +08:00
middleware first commit 2020-06-19 17:10:44 +08:00
pages first commit 2020-06-19 17:10:44 +08:00
plugins first commit 2020-06-19 17:10:44 +08:00
static first commit 2020-06-19 17:10:44 +08:00
store first commit 2020-06-19 17:10:44 +08:00
.editorconfig first commit 2020-06-19 17:10:44 +08:00
.gitignore first commit 2020-06-19 17:10:44 +08:00
nuxt.config.js first commit 2020-06-19 17:10:44 +08:00
package-lock.json first commit 2020-06-19 17:10:44 +08:00
package.json first commit 2020-06-19 17:10:44 +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.