chore: init from starter template

This commit is contained in:
Nex Zhu 2021-12-27 22:09:26 +08:00
parent 4c7482cef8
commit cd3ad4ef78
No known key found for this signature in database
GPG Key ID: 15C6254AD19362B4
3 changed files with 12 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# fes-starter
# Internet of Data - Control Panel - Frontend
A [fes.js](https://github.com/WeBankFinTech/fes.js) + TypeScript starter template.
Upstream template: [@daotl/fes-starter](https://github.com/daotl/fes-starter).
## Technology stack

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@daotl/fes-starter",
"version": "2.0.0",
"name": "@iod/cpnode-front",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@daotl/fes-starter",
"version": "2.0.0",
"name": "@iod/cpnode-front",
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@fesjs/fes": "^2.0.11",

View File

@ -1,7 +1,7 @@
{
"name": "@daotl/fes-starter",
"version": "2.0.0",
"description": "A fes.js + TypeScript starter template",
"name": "@iod/cpnode-front",
"version": "0.0.0",
"description": "Internet of Data control panel frontend",
"scripts": {
"build": "fes build",
"prod": "cross-env FES_ENV=prod fes build",
@ -26,17 +26,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/daotl/fes-starter.git"
"url": "git@gitea.internetapi.cn:iod/cpnode-front.git"
},
"author": "Nex Zhu <hitnexup@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/daotl/fes-starter/issues"
},
"homepage": "https://github.com/daotl/fes-starter#readme",
"publishConfig": {
"access": "public"
"url": "https://gitea.internetapi.cn/iod/cpnode-front/issues"
},
"homepage": "https://gitea.internetapi.cn/iod/cpnode-front",
"devDependencies": {
"@daotl/eslint-config-vue": "0.2.3",
"@daotl/prettier-config": "^0.1.2",