Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b2d1/news-pwa
https://github.com/b2d1/news-pwa
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/b2d1/news-pwa
- Owner: B2D1
- License: mit
- Created: 2019-09-15T08:28:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T12:21:12.000Z (over 5 years ago)
- Last Synced: 2024-11-06T00:11:58.738Z (2 months ago)
- Language: Vue
- Size: 273 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lavas-news
> 这是一个 Lavas PWA 项目
## 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)