# fronted-dev-book **Repository Path**: modno/fronted-dev-book ## Basic Information - **Project Name**: fronted-dev-book - **Description**: 前端工程师开发环境与工程实践小测 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-26 - **Last Updated**: 2021-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fronted-dev-book ## Setup Install dependencies: ```bash yarn install ``` ## Development ```bash yarn dev ``` ## Static Generation This will create the `dist/` directory for publishing to static hosting: ```bash yarn generate ``` To preview the static generated app, run `yarn start` For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).