Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to generate a Vue SPA #39

Open
13 tasks
yokuze opened this issue Apr 10, 2019 · 0 comments
Open
13 tasks

Add ability to generate a Vue SPA #39

yokuze opened this issue Apr 10, 2019 · 0 comments

Comments

@yokuze
Copy link
Contributor

yokuze commented Apr 10, 2019

Here's a high-level checklist of things that need to be done:

  • Add Vue and associated dependencies
  • Use UglifyJS to minimize the output
  • Add an index.html template for front-end projects
  • Make tests run with Vue
    • Add vue-test-utils dependency
    • Use mochapack to run tests
    • Modify tests' tsconfig to extend from "browser" environment configuration
  • Add SCSS output (make optional for front-end libraries, "always on" for front-end projects)
    • PostCSS
    • sass-lint
  • Add polyfills for Promise / fetch
  • Add sample starter code for SPA
  • Add front-end integration tests sample with Nightwatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant