Skip to content

isystk/nuxtjs-typescript-boilerplate

Repository files navigation

🌙 nuxtjs-typescript-boilerplate

GitHub issues GitHub forks GitHub stars GitHub license

====

📗 Description

Nuxtjs・Typescript を利用したボイラープレートです。

  1. 入力フォーム
  2. チャート
  3. 画像カルーセル
  4. オーバーレイ

ディレクトリ構造

.
├── src (Nuxt関連のソースファイル)
│    ├── @types
│    ├── assets
│    ├── common
│    ├── components
│    ├── interfaces
│    ├── middleware
│    ├── pages
│    ├── plugins
│    ├── static
│    ├── store
│    ├── test
│    └── utilities
├── .babelrc (Babel設定ファイル)
├── .vscode (VSCode設定ファイル)
├── jest.config.js
├── nuxt.config.ts
├── package.json
├── tools (サーバー起動用モジュール)
└── tsconfig.json

🖊️ VS.

利用している技術

  • Nuxtjs 2.12.2
  • Typescript
  • ESLint
  • Jest
  • VueChart
  • AdminLTE3

🌐 Demo

DEMO

https://demo.isystk.com/nuxtjs/

🎨 Requirement

推奨するNodeのバージョン v13.13.0

💬 Usage

$ cd /path/to/nuxtjs-typescript-boilerplate
# run server
$ node ./tools/server.js
# run client
$ yarn run dev

接続先情報

テストユーザー test@sample.com / password
接続先 URL
DEMO画面 http://localhost:3000/

📦 Install

$ cd /path/to/nuxtjs-typescript-boilerplate
# node inistall
$ nodebrew install v13.13.0
# yarn inistall
$ node install -g yarn
# module inistall
$ yarn

🔧 Contribution

  1. Fork it ( http://github.com/isystk/nuxtjs-typescript-boilerplate/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

🔗 参考

プロジェクト 概要
公式ドキュメント - Nuxt.js 公式ドキュメント - Nuxt.js
公式ドキュメント - TypeScript 公式ドキュメント - TypeScript
仕事ですぐに使えるTypeScript 仕事ですぐに使えるTypeScript
AdminLTE Docs AdminLTE Docs
Bootstrap4 日本語リファレンス Bootstrap4 日本語リファレンス
アイコン(fontawesome) アイコン(fontawesome)

🎫 Licence

MIT

👀 Author

isystk

About

🌙 Nuxt.js・Typescript を利用したボイラープレートです。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published