# lavas_demo **Repository Path**: frontendgod/lavas_demo ## Basic Information - **Project Name**: lavas_demo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog > blog ## npm 相关命令 ``` bash # 安装工程依赖 npm install # 在本地启动调试 server npm run dev # 构建线上生产环境产物 npm run build # 启动编译后的代码,注意,需要在 dist 目录中启动,仅 SSR 模式下有效 npm run start # 检查代码是否符合规范 npm run lint ``` Lavas 工程模版基于 [vue-template-vue](https://github.com/lavas-project/lavas-template-vue/) 模版的 `release-*` 分支创建。 如果想要了解具体如何玩转整个 Lavas 创建的 PWA 工程, 请查看[Lavas 官网教程](https://lavas.baidu.com/guide)。 ## Changelog 详细的 Changelog 请看 [Release Notes](https://github.com/lavas-project/lavas-template-vue/releases)