gpt4 book ai didi

ember.js - Sails.js 和 Ember.js 集成

转载 作者:行者123 更新时间:2023-12-04 17:00:25 25 4
gpt4 key购买 nike

有没有人试过使用风帆作为 ember 的后端 API?
你会怎么做?
有没有可用的例子?
由于 Sails 在其内置蓝图中具有不同的格式,那么让 Sails rest json 格式确认 ember 所期望的内容会更好还是相反?

谢谢!

编辑

所以有两种方法:

  • 更改船帆格式,可能是:CRUD blueprint overriding in sails.js
  • 改变 ember 的期望:http://discuss.emberjs.com/t/sails-js-as-the-backend/5233
  • 最佳答案

    有一个项目叫Sane Stack它使用 Sails 蓝图为 Ember 和 Sails 生成适当的设置,并提供了一个生成器用于同时在 Ember 和 Sails 中创建资源。

    QUICKSTART

    npm install -g sails sane-cli

    sane new project --docker creates project with sails-disk and Docker. For production databases see Options.

    sane generate resource user name:string age:number to generate a new API on the backend and models on the frontend

    sane up to start the sails server on localhost:1337 as well as the ember dev server on localhost:4200.

    To work on your frontend-app you work as you would normally do with ember-cli on localhost:4200.

    You are now good to go.

    Note: If you use Docker, make sure you have fig installed. On Mac or Windows also boot2docker and for Linux see: https://docs.docker.com/installation/ubuntulinux/

    关于ember.js - Sails.js 和 Ember.js 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23638537/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com