Giter VIP home page Giter VIP logo

rosetta's Introduction

Rosetta 模板

安装 fis3

npm install fis3 -g

初始化

mkdir demo
cd demo
fis3 init rosetta

运行 & 预览

  • 使用 FIS3 提供 server 预览

    环境要求:php-cgi > 5.2, java > 1.6 (安装后莫忘设置环境变量

    fis3 release
    fis3 server install server-env
    fis3 server start --rewrite --type php
  • PHP 自带 Server 预览

    很 Nice 的告诉大家,php 5.4 以后 ,php 自带一个 Server,可以方便调试 Web 应用 (听说cookie支持不是很给力,注意),这样就不需要装 Java 环境了!

    fis3 release -d output
    fis3 server install server-env --root ./output
    cd ./output
    php -S 127.0.0.1:8080 ./index.php

产出产品代码

fis3 release production -d ./output

自动生成新的element脚手架

fis3 init element

预览

    http://127.0.0.1:8080/page/slider.html

rosetta's People

Contributors

2betop avatar costlife avatar gloriagxx avatar oxund avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.