All Projects → anjoy8 → Nuxt.tBug

anjoy8 / Nuxt.tBug

Licence: other
🍓 一个Nuxt.js 的项目,收集前后端分离中出现的各种Bug,方便大众

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nuxt.tBug

Winton.extensions.configuration.consul
Enables Consul to be used as a configuration source in dotnet core applications
Stars: ✭ 239 (+202.53%)
Mutual labels:  netcore
SharpPlugs
.Net Core 鋒利扩展
Stars: ✭ 26 (-67.09%)
Mutual labels:  netcore
SuperSocketLite
SuperSocket 1.6 버전의 .NET Core 포팅
Stars: ✭ 48 (-39.24%)
Mutual labels:  netcore
Fsharp
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
Stars: ✭ 2,966 (+3654.43%)
Mutual labels:  netcore
server-benchmarks
🚀 Cross-platform transparent benchmarks for HTTP/2 Web Servers at 2020-2023
Stars: ✭ 78 (-1.27%)
Mutual labels:  netcore
rust-loottables
List of loot tables for various crates, boxes, barrels, piles for game Rust.
Stars: ✭ 1 (-98.73%)
Mutual labels:  nuxtjs
Ruiji.net
crawler framework, distributed crawler extractor
Stars: ✭ 220 (+178.48%)
Mutual labels:  netcore
emud
emud是一个基于netcore + signalr + vue 开发的mud游戏框架
Stars: ✭ 44 (-44.3%)
Mutual labels:  netcore
ShareManBox-Nuxt
ShareMan's personal website of version3.
Stars: ✭ 104 (+31.65%)
Mutual labels:  nuxtjs
frontend
For seeing Ergonode in action please book a demo https://www.ergonode.com/book-a-demo
Stars: ✭ 122 (+54.43%)
Mutual labels:  nuxtjs
Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (+212.66%)
Mutual labels:  netcore
Moviepark
A Nuxt universal app with an Adonis 5 api server using the TMDb API for its movie catalog.
Stars: ✭ 32 (-59.49%)
Mutual labels:  nuxtjs
SharpAudio
Audio playback/capturing engine for C#
Stars: ✭ 139 (+75.95%)
Mutual labels:  netcore
Standard.licensing
Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and Xamarin products
Stars: ✭ 239 (+202.53%)
Mutual labels:  netcore
Norns
dotnet core aop static weaving on roslyn
Stars: ✭ 23 (-70.89%)
Mutual labels:  netcore
Opentouryo
”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)
Stars: ✭ 233 (+194.94%)
Mutual labels:  netcore
dynamic
Load components initialized through @nuxt/components dyamically.
Stars: ✭ 49 (-37.97%)
Mutual labels:  nuxtjs
nuxt-vue-multiselect
Single / multiple select plugin for Nuxt.js using vue-multiselect.
Stars: ✭ 28 (-64.56%)
Mutual labels:  nuxtjs
Autofac.Configuration
Configuration support for Autofac IoC
Stars: ✭ 35 (-55.7%)
Mutual labels:  netcore
nuxtend
This library extends the Nuxt.js features.
Stars: ✭ 28 (-64.56%)
Mutual labels:  nuxtjs

从壹开始 [ Nuxt.js ] 之一 || 为开源收录Bug之 TiBug项目 。一个基于 Nuxt.js 提bug项目,收录有关.NetCore、DDD、Vue等相关Bug异常信息。

给个星星! ⭐️

如果你喜欢这个项目或者它帮助你, 请给 Star~(辛苦星咯)


安装

 git clone [email protected]:anjoy8/Nuxt.tBug.git

安装包依赖

 npm install

运行

运行发开环境

npm run dev

本地访问http://localhost:3089

可以在 package.json 中修改端口:

  "config": {
    "nuxt": {
      "host": "127.0.0.1",
      "port": "3089"
    }
  },
  
  

编译

build for production and launch server

npm run build
npm start

生成

npm run generate

两种部署方法

SPA 部署

直接执行下边命令,生成 dist 文件夹,然后 nginx 代理部署即可,

这种部署仅仅是 SPA 的方法,不会有服务端渲染。

npm run generate

SSR 部署

先编译,然后再执行即可,这个时候会启动一个 node 服务端口监听,就类似 netcore 部署一样, 可以守护下这个进程,然后反向代码这个端口。

npm run build
npm start

三大平台同步直播

博客园:https://www.cnblogs.com/laozhang-is-phi/p/10236645.html

简 书:https://www.jianshu.com/notebooks/28621653

CSDN:https://blog.csdn.net/baidu_35726140

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].