Coder Social home page Coder Social logo

franciscokloganb / vitesse-enterprise Goto Github PK

View Code? Open in Web Editor NEW
41.0 41.0 7.0 1.76 MB

Home Page: vitesse-enterprise.vercel.app

License: MIT License

TypeScript 55.74% HTML 4.97% Vue 19.87% CSS 6.61% JavaScript 9.92% Shell 1.30% Dockerfile 1.59%

vitesse-enterprise's People

Contributors

8bu avatar binaryfire avatar dayepython avatar dependabot[bot] avatar franciscokloganb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vitesse-enterprise's Issues

issue: package.json build for production misleading

Description

As a user
I want to be reassured that my package.json#build script is also a production build and that package.json#build:prod is an alternative that adds compilation for server side rendering
so I can use either one without bias or fear of loss of performance.

Acceptance criteria

Scenario user reads package.json
Given a set of scripts
Then the build method should be named build:prod
And the build:prod method should be named build:prod:ssr

Additional notes

Files that depend on this scripts, e.g.: README, CI/CD files and, others, might need to be updated.

bug: unable to run component tests in gitlab ci

Context (Environment)

When in Gitlab pipeline component-tests seem to initiate but then are stuck at the start of the process, eventually, timing out after 15 minutes. Consequently the pipeline is currently only executing e2e-tests.

Expected Behavior

It would be expected for Component tests to run smoothly on the GitLab CI/CD pipeline just as they do on GitHub Actions.

Current Behavior

Component tests do not execute. Tried multiple methods and none seemed to work.

Steps to Reproduce

  1. Import this public repository onto your GitLab account
  2. Go to the project's dashboard and open the new project
  3. On the project menu, select CI/CD > Editor, make and commit a change
  4. See how the pipeline gets stuck when trying to run component tests

Possible Solution

Do not know any but the Yarn implementation seen in this repository seems to work: https://github.com/Uninen/vite-ts-tailwind-starter/blob/main/.gitlab-ci.yml

404 not found when using base prefix

Context (Environment)

I set a base url prefix in vite.config.ts

export default defineConfig({
  base: '/test/',
  ...
})

I ran pnpm dev but the page http://localhost:4000/test/ is a 404 not found
I can't access to the page until I hard reload (cmd + maj + R) the page.
Same for hot-reload, after each I'm redirecting to the 404 page, and I have to hard reload.

Add folder aliases

Hey,

Well done on on setting up an enterprise structure; this is similar to how I build my projects too.

I see in your "nice to haves" you mentioned folder aliasing. You might want to consider Alias HQ (one of mine) to expand on this.

You set up your aliases once only in tsconfig.json then choose an integration for each toolchain, for example Vite:

import { defineConfig } from 'vite'
import hq from 'alias-hq'

export default defineConfig({
  resolve: {
    alias: hq.get('rollup')
  }
})

Anyway. Hope that's helpful.

Multiple builds / bundles

Great work @FranciscoKloganB!

I need to do 2 different builds for my current project (from the same codebase). Each build is just a different combination of modules. Do you have any suggestions on the best way to set that up?

Thanks in advance

Add unplug-vue-macros and other updates from vitesse

Thanks for sharing this template. We're finding it very helpful.

There have been a couple of updates to vitesse in the last year. Would you be able to add them?

I think that's all the changes... I may have missed something though

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.