Giter VIP home page Giter VIP logo

flow2vue's Introduction

Tsubasa Azumagakito

東垣外 翔 Tokyo, Japan : 1986-10-27

Twitter / Github / Qiita / ResearchGate / Google Scholar

Works

  • Data Analysis / Engineering / Science
  • Software & System Development
  • Artificial Life Applications

Education

  • Bachelor of Computer Science 2005 - 2009
    • Department of Computer Science, Tokyo University of Technology
  • Master of Information Science 2009 - 2011
    • Department of Complex Systems Science, Graduate School of Information Science, Nagoya University
  • Doctor cource student 2011 - 2016
    • Department of Complex Systems Science, Graduate School of Information Science, Nagoya University
  • JSPS Research Fellow (DC2) 2013 - 2015
    • Department of Complex Systems Science, Graduate School of Information Science, Nagoya University

Research Interests

  • Web filtering system (2008)
  • Evolution of Language (2009-)
  • Artificial Life & Intelligence

Publications

Award

Young Author Award : Tsubasa Azumagakito, Reiji Suzuki and Takaya Arita. Visualizing language evolution as an emergent phenomenon based on biological evolution and learning. Proceedings of the 16th International Symposium on Artificial Life and Robotics, 2011.

flow2vue's People

Contributors

azumag avatar jun-kooriyama avatar maejimayuto avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

maejimayuto

flow2vue's Issues

先頭にアスタリスクがついたままのリンクが生成される

事象

タイトルの通り

詳細

画面名の前にアスタリスクをつけることでnavバーにリンクを作成することができる
そのアスタリスクがついた画面に GUIFlows 上で遷移する線を書こうとすると、
==> *画面名
とする必要がある
この記述でリンクを自動生成すると、アスタリスク付きのリンクが生成され、戻りたい画面へもどれない

解決方法

リンクを生成する際に、戻る画面の先頭のアスタリスクを除去する

該当のGUIFlows

[*ChangeUserInfo]
Title(利用者情報変更)
(Input:text)(required)Name:お名前
(Input:text)(required)ShopName:店舗名
(Input:text)(required)PostalCode:郵便番号
(Input:text)(required)Prefecture:都道府県
(Input:text)(required)Address:住所
(Input:text)(required)Phone:電話番号
---
利用者情報を変更する
==> CompleteChangeUserInfoDeiag


[CompleteChangeUserInfoDeiag]
Title(利用者情報変更完了ダイアログ)
---
閉じる
==> *ChangeUserInfo

vuetifyタグ出力

一旦密結合していたvuetifyを削除したので,オプション指定によって追加できるようにしたい

nuxt.js対応

ディレクトリ構成と設定のデフォルトをnuxt基準に変更したい

初期コマンド投入でエラーが起こる

ruby -Ku main.rb -t title -i flow.txt --cli2

Traceback (most recent call last):
    3: from main.rb:27:in `<main>'
    2: from /Users/kooriyamajun/flow2vue/ruby/generator.rb:38:in `generate'
    1: from /Users/kooriyamajun/flow2vue/ruby/generator.rb:74:in `add_imports'
/Users/kooriyamajun/flow2vue/ruby/generator.rb:74:in `read': No such file or directory @ rb_sysopen - dst/src/main.js (Errno::ENOENT)

def add_imports(params)
     main_src = File.read(DST_DIR + '/src/main.js')
     imports = []
     usings  = []
     if params['vuetify']
       imports << "import Vuetify from 'vuetify'"
       imports << "import 'vuetify/dist/vuetify.min.css'"
       imports << "import 'vue-awesome/icons/flag'"
       imports << "import 'vue-awesome/icons'"
       imports << "import Icon from 'vue-awesome/components/Icon'"
       imports << "import 'material-design-icons-iconfont/dist/material-design-icons.css'"

       usings << "Vue.use(Vuetify)"
       usings << "Vue.component('icon', Icon)"
     end

     main_src.gsub!('// -- additional imports', imports.join("\n"))
     main_src.gsub!('// -- additional usings', usings.join("\n"))

     File.write(DST_DIR + '/src/main.js', main_src)
   end

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.