一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。
描述
框架Typescr ipt入门资料库。
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test cove
neo4jd3-demo
需安装版本5的d3
"d3": "^5.16.0",
项目设置
npm install
编译和热重装以进行开发
npm run serve
编译并最小化生产
npm run build
运行测试
npm run test
整理和修复文件
npm run lint
自定义配置
请参阅。
ns-demo
使用Nativescr ipt-Vue构建的本机应用程序
用法
# Install dependencies
npm install
# Preview on device
tns preview
# Build, watch for changes and run the application
tns run
# Build, watch for changes and debug the application
tns debug
# Build for producti