GithubHelp home page GithubHelp logo

ojvribeiro / porcosolidario Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leonardo-soares/porcosolidario

0.0 0.0 0.0 4.14 MB

Projeto baseado no Vulmix

JavaScript 50.78% HTML 7.40% Vue 33.90% SCSS 7.92%

porcosolidario's Introduction

Vulmix

Tiny boilerplate to work with Vue 3 and Laravel Mix (outside Laravel).

⚠️ This is just an experimental work and should not, under any circumstances, be used in production. Use instead well tested and faster tools like Vite. Or, if you need the auto import functionality, you can use Nuxt instead.

Installation

The easiest way to install Vulmix is by running:

npx create-vulmix-app your-app-name

...and follow the instructions on the terminal.

Running the project

Run the project locally by cding into the project directory and then running the following command:

# With NPM
npm run dev

# Or with Yarn
yarn dev

This should open your project on the port 3000 with fast refresh.

Serving without fast refresh

If you don't want fast refresh for some reason, you can serve your project with this command:

# With NPM
npm run serve

# Or with Yarn
yarn serve

This should serve your project onto the port 8000 without fast refresh.

⚠️ You need to npm run build in a separate terminal to recompile your files without serving them.

Preparing for production

To compile a optimized code, you need to run the following command:

# With NPM
npm run prod

# Or with Yarn
yarn prod

This will minify and optimize your project code.

porcosolidario's People

Contributors

leonardo-soares avatar

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.