My slick Nuxt.js project
# 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.
- create-nuxt-app: 官方脚手架
- nuxt: 基于 Vue.js 的服务端渲染应用框架
- prismjs: 代码块语法高亮
- @nuxtjs/axios: http 请求
- @nuxtjs/dotenv: 加载环境变量
- @nuxtjs/markdownit: 解析 markdown 文本
- @nuxtjs/style-resources: 加载 less 变量
- ant-design-vue
- dayjs: 日期解析