0.1.8-alpha.0 • Published 3 years ago

@crawlab-team/artipub-frontend v0.1.8-alpha.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

ArtiPub 前端模块

从 0.1.6 开始前后端分开打包, 对应后端包 artipub-backend

启动命令

//全局安装
npm i -g artipub-frontend --production

//默认启动 http://localhost:8000
artipub-fe start

//查看其他配置参数
artipub-fe start --help
//非全局安装
npm i artipub-frontend --production

//安装目录下执行, 确保npm 5+, 有npx命令
npx artipub-fe start

//或者
./node_modules/.bin/artipub-fe start

//查看其他配置参数
npx artipub-fe start --help