====
Nuxtjs・Typescript を利用したボイラープレートです。
- 入力フォーム
- チャート
- 画像カルーセル
- オーバーレイ
.
├── 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
- Nuxtjs 2.12.2
- Typescript
- ESLint
- Jest
- VueChart
- AdminLTE3
https://demo.isystk.com/nuxtjs/
推奨するNodeのバージョン v13.13.0
$ cd /path/to/nuxtjs-typescript-boilerplate
# run server
$ node ./tools/server.js
# run client
$ yarn run dev
テストユーザー [email protected] / password
接続先 | URL |
---|---|
DEMO画面 | http://localhost:3000/ |
$ cd /path/to/nuxtjs-typescript-boilerplate
# node inistall
$ nodebrew install v13.13.0
# yarn inistall
$ node install -g yarn
# module inistall
$ yarn
- Fork it ( http://github.com/isystk/nuxtjs-typescript-boilerplate/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
プロジェクト | 概要 |
---|---|
公式ドキュメント - Nuxt.js | 公式ドキュメント - Nuxt.js |
公式ドキュメント - TypeScript | 公式ドキュメント - TypeScript |
仕事ですぐに使えるTypeScript | 仕事ですぐに使えるTypeScript |
AdminLTE Docs | AdminLTE Docs |
Bootstrap4 日本語リファレンス | Bootstrap4 日本語リファレンス |
アイコン(fontawesome) | アイコン(fontawesome) |